Commit graph

567 commits

Author SHA1 Message Date
Jan Kaluza
80be0b5ab4 Handle -j in backends 2012-09-05 15:40:30 +02:00
Jan Kaluza
1c03537a79 hopefully fixed replace_invalid crash 2012-09-05 14:31:03 +02:00
Jan Kaluza
4c4ff8e816 Test for automatic reconnection 2012-09-05 10:06:51 +02:00
Jan Kaluza
2e8d2be063 Clear presences in PresenceOracle when user disconnects. This fixes situation when transport disconnects user but PresenceOracle still caches his last presence and therefore the user is not able to login 2012-09-05 09:45:49 +02:00
HanzZ
e144f1a1f2 Use win32 specific libs in SWIFTEN_LIBRARY 2012-09-04 18:25:56 +02:00
HanzZ
749dfc6af2 Use PROTOBUF_LIBRARY instead of blind libprotobuf 2012-09-04 17:54:21 +02:00
Jan Kaluza
060510d695 Add general command line parsing code into Config::cretateFromArgs() method 2012-09-04 14:58:04 +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
Jan Kaluza
c2cdd3702f Config::getSectionValues and Config::getCommandLineArgs 2012-09-04 08:16:16 +02:00
HanzZ
8b6a86d528 Merge branch 'master' of git://github.com/vitalyster/libtransport 2012-09-01 07:22:24 +02:00
HanzZ
e8cbe39491 Fixed build 2012-08-31 22:41:10 +02:00
Jan Kaluza
1a11965611 ConversationManager tests 2012-08-30 12:37:14 +02:00
Jan Kaluza
cb1e126ab6 Fixed login when client answers with invalid disco#info. Web-interface tweaks 2012-08-29 15:03:21 +02:00
Jan Kaluza
81ca3a2deb Removed duplicities from tests 2012-08-28 13:12:46 +02:00
Jan Kaluza
7b118794ce Changelog, fixed compilation with boost 1.50 and filetransfer tests 2012-08-28 09:36:13 +02:00
Jan Kaluza
65c3d92fda Remove default empty values for twitter.* options 2012-08-22 09:31:43 +02:00
Jan Kaluza
27e0dd7bb5 Send curl debug to stdcerr 2012-08-20 12:42:10 +02:00
Jan Kaluza
a5cf593fb7 log cout and cerr using log4cxx 2012-08-20 10:59:40 +02:00
HanzZ
a28e64cfe4 Working 'Enable Transport' adhoc setting 2012-08-17 13:54:21 +02:00
HanzZ
8bb71e5148 pass UserManager and StorageBackend to adhoc commands 2012-08-17 10:19:21 +02:00
Jan Kaluza
974bf2de0a adhoc tests 2012-08-16 14:43:00 +02:00
Jan Kaluza
672f91a630 Move Conversatino deletion into User class 2012-08-16 13:18:40 +02:00
Jan Kaluza
d0699848cf Join room just once 2012-08-16 12:52:53 +02:00
HanzZ
741cffa44f More tests 2012-08-15 21:19:41 +02:00
Vitaly Takmazov
8c77ffefc2 fix compilation 2012-08-15 17:10:53 +04:00
Vitaly Takmazov
c7d4d70117 Merge branch 'master' of https://github.com/hanzz/libtransport 2012-08-15 16:34:47 +04:00
HanzZ
ce6b6faee3 More tests 2012-08-14 20:49:43 +02:00
Jan Kaluza
024663b42b More tests 2012-08-14 15:27:20 +02:00
Jan Kaluza
594c1eaa2b More tests 2012-08-14 12:53:14 +02:00
Jan Kaluza
1972f003a5 userregistration skeleton 2012-08-13 16:30:35 +02:00
HanzZ
951bcb3971 Merge branch 'master' of github.com:hanzz/libtransport 2012-08-13 16:00:57 +02:00
HanzZ
31b80dbe76 More tests 2012-08-13 08:29:44 +02:00
Matthew Donoughe
d6dbdac773 Fix registration crash
config should be usernames, not usernanames
2012-08-10 21:07:26 -03:00
Jan Kaluza
7b287fdc66 More tests 2012-08-09 14:57:57 +02:00
Jan Kaluza
bb4ac38e50 Fixed tests 2012-08-09 11:21:01 +02:00
HanzZ
83f5f36c94 Check if JID is valid when calling setName and ignore buddies with invalid JID 2012-08-07 17:41:13 +02:00
Jan Kaluza
fcdddf9da4 Implement removeBuddy/removeBuddySettings/getBuddySetting for mysql 2012-08-07 14:16:27 +02:00
Jan Kaluza
b3f59f9bb6 ThreadPool added into libtransport 2012-08-07 09:31:15 +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
45564ad439 Try to start backends in a loop 2012-08-06 15:43:27 +02:00
HanzZ
d6ae5629a2 Do not handle presence type='error' 2012-08-05 20:16:23 +02:00
HanzZ
3b3b3a008a Puti response->setTo into try/catch block 2012-08-05 16:59:50 +02:00
HanzZ
7a2884c63e generateJID in setFlags 2012-08-02 23:25:22 +02:00
HanzZ
4ea0afca8c Handle non-valid names from legacy network. Wait for instance to stop before stopping another one 2012-08-02 07:47:18 +02:00
HanzZ
47e44a081a Fixed ordering in utf8 header 2012-08-01 21:37:50 +02:00
HanzZ
1c1adbd7d5 Merge branch 'master' of github.com:hanzz/libtransport 2012-08-01 20:01:04 +02:00
HanzZ
fe7ba84496 Replace invalid utf8 characters by _ in data from ICQ 2012-08-01 17:16:17 +02:00
Jan Kaluza
f081fe9187 Support for [registration] allowed_usernames 2012-08-01 13:50:38 +02:00
Vitaly Takmazov
eabd4012f4 Merge branch 'master' of https://github.com/hanzz/libtransport 2012-08-01 13:26:13 +04:00
Vitaly Takmazov
98982a60fb spectrum win32 service, in progress 2012-08-01 13:26:04 +04:00