Commit graph

232 commits

Author SHA1 Message Date
Vitaly Takmazov
1aba0d0d2e Fixed osx compilation 2013-02-03 16:10:17 +04:00
HanzZ
df369e65d8 libtransport: support service.server also in server-mode 2013-01-30 18:59:14 +01:00
HanzZ
b90a91ac78 different default for skype backend 2013-01-28 17:04:55 +01:00
Jan Kaluza
cc64a76c8b Replace #include "Swiften/Swiften.h" by particular headers. 25% compilation speedup. 2013-01-23 11:29:43 +01:00
Jan Kaluza
2f46d9f7a3 Working spectrum2_manager restart and hopefully working backend logging directory creation under unprivileged user 2013-01-22 09:07:10 +01:00
Jan Kaluza
b9a8231796 another try to fix createDirectories compilation for oneiric 2013-01-17 09:44:57 +01:00
Jan Kaluza
97637c8d1d pass boost::filesystem::path to createDirectories 2013-01-17 08:59:07 +01:00
Jan Kaluza
739304aacc do not use logger.h anywhere 2013-01-14 14:49:10 +01:00
HanzZ
f18383c3eb chdir to working_dir also when not running as daemon 2013-01-13 10:50:41 +01:00
Daniel Henninger
6334c256f4 Fixed up postgres support, needs testing both for compiling and functionality. 2013-01-11 10:16:32 -05:00
Jan Kaluza
098f8b6684 Backend logs are not created using 'backend-N.log' pattern where N is ID of the backend (1, 2, 3, 4, ...) according to the backends number 2013-01-09 09:50:53 +01:00
Vitaly Takmazov
79fd6782fb handle Ctrl-C from win32 console 2012-12-19 11:42:00 +04:00
Jan Kaluza
737dd6a062 Fixed merge conflict 2012-12-10 15:09:57 +01:00
Vitaly Takmazov
6a9d2d5141 Use sqlite3 target only if win32 2012-12-10 13:33:51 +04:00
Vitaly Takmazov
301018ab30 Fixed compilation of sqlite3 target 2012-12-10 13:05:05 +04:00
HanzZ
fcd00635e9 filter out sqlite3 error about already created buddies table. do not log XML by default 2012-12-07 17:00:03 +01:00
Jan Kaluza
bf012e48b2 Add new line to end of files 2012-12-04 08:26:30 +01:00
Vitaly Takmazov
158abda4e9 Multiple Windows services support 2012-11-20 14:29:59 +04:00
HanzZ
8bd6de3768 Move mainloop() up to compile it with g++ 2012-11-10 16:01:54 +01:00
Vitaly Takmazov
a78794c2e7 Windows Service Support 2012-11-10 02:59:46 +04:00
Jan Kaluza
2b9c095d0e Merge branch 'master' of github.com:hanzz/libtransport 2012-10-31 09:17:09 +01:00
Jan Kaluza
372ee69043 Create directories with proper owner/group/permissions. Moved StorageBackend related methods from Util into StorageBackend 2012-10-31 09:12:33 +01:00
HanzZ
c854a7fa68 Do not send subscribed on probe presence. Just subscribe should be enough 2012-10-30 18:06:29 +01:00
Jan Kaluza
df32761194 Added support for service.jid_escaping config 2012-10-29 14:08:54 +01:00
Jan Kaluza
b18424c5b1 Forward message timestamps 2012-10-18 09:33:44 +02:00
Jan Kaluza
3201977efb Get room list on IRC and show rooms in service discovery 2012-10-18 09:04:20 +02:00
Jan Kaluza
22679e921b add RoomList support to libtransport, so backends can send list of available rooms 2012-10-15 16:25:36 +02:00
Jan Kaluza
2b5b1ca860 update sample.cfg 2012-10-11 08:46:29 +02:00
Jan Kaluza
c63df9499f Do not include malloc.h on BSD 2012-10-09 10:01:51 +02:00
Jan Kaluza
ede2ffb4f8 Do not call mallopt on BSd 2012-10-09 09:49:03 +02:00
HanzZ
2fcf167a4e Forward ChatState messages to backends 2012-09-15 22:17:20 +02:00
HanzZ
c290016c8e Redirect stderr in separate method 2012-09-12 11:49:46 +02:00
HanzZ
8dfcbc8772 Return proper exit code in spectrum2_manager when instance starts 2012-09-11 09:13:18 +02:00
HanzZ
e144f1a1f2 Use win32 specific libs in SWIFTEN_LIBRARY 2012-09-04 18:25:56 +02:00
HanzZ
cfcacf9e0e Added windows specific libraries 2012-09-04 18:14:40 +02:00
HanzZ
096743a322 Use PROTOBUF_LIBRARY instead of blind libprotobuf 2012-09-04 17:44:00 +02:00
HanzZ
84d1dc9755 Comment out SpectrumService 2012-09-04 17:32:23 +02:00
Jan Kaluza
14e450f7b5 Do not create pidfile and portfile directories on windows 2012-09-04 16:07:32 +02:00
Jan Kaluza
bbafb94d6f Use wrapped calls to libpurple and load libpurple.dll automatically on Windows 2012-09-04 11:38:17 +02:00
Jan Kaluza
ad7461beec Pass command the same command line options as we have in main instance to backend instances 2012-09-04 10:28:11 +02:00
HanzZ
8b6a86d528 Merge branch 'master' of git://github.com/vitalyster/libtransport 2012-09-01 07:22:24 +02:00
Jan Kaluza
0c156f324d Remove consumer_key and consumer_secret from sample.cfg to not confuse people 2012-08-22 09:24:29 +02:00
Jan Kaluza
a5cf593fb7 log cout and cerr using log4cxx 2012-08-20 10:59:40 +02:00
HanzZ
8bb71e5148 pass UserManager and StorageBackend to adhoc commands 2012-08-17 10:19:21 +02:00
Vitaly Takmazov
c7d4d70117 Merge branch 'master' of https://github.com/hanzz/libtransport 2012-08-15 16:34:47 +04:00
Jan Kaluza
fcdddf9da4 Implement removeBuddy/removeBuddySettings/getBuddySetting for mysql 2012-08-07 14:16:27 +02:00
Jan Kaluza
3f29cad42b Merge pull request #11 from sarangbh/twitter-backend
Twitter backend
2012-08-06 22:33:25 -07:00
Jan Kaluza
8acda88ffe Set MALLOC_CHECK_ using mallopt 2012-08-06 16:40:18 +02:00
Jan Kaluza
2caa10e827 set MALLOC_CHECK_=2 in spectrum2 main process 2012-08-06 15:37:39 +02:00
Vitaly Takmazov
eabd4012f4 Merge branch 'master' of https://github.com/hanzz/libtransport 2012-08-01 13:26:13 +04:00