Commit graph

508 commits

Author SHA1 Message Date
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
HanzZ
ef259f4aef Fixed typo 2012-07-31 19:53:57 +02:00
HanzZ
733c8b5e79 Fixed typo 2012-07-31 19:50:40 +02:00
HanzZ
264181153d Merge branch 'master' of github.com:hanzz/libtransport 2012-07-31 16:49:03 +02:00
HanzZ
829c94f3d6 Added way to disable xhtmlim from backend and don't handle messages with empty body 2012-07-31 16:48:31 +02:00
Jan Kaluza
fcf2821bd2 kill backend with SIGABRT when it won't send PONG before pingTimeout 2012-07-31 11:21:24 +02:00
HanzZ
0d9c0387a4 Fixed race condition caused by not stopped reconnectTimer 2012-07-30 20:02:10 +02:00
Jan Kaluza
8620d6628f Fixed typo 2012-07-30 15:35:53 +02:00
Jan Kaluza
351a6d97df Used utf8 character set for mysql 2012-07-30 14:51:03 +02:00
Jan Kaluza
81bcacf695 Enable logging unicode characters 2012-07-30 14:26:06 +02:00
Jan Kaluza
e14d3c30e9 Handle situation where nickname is emtpy in groupchat 2012-07-30 13:52:29 +02:00
Jan Kaluza
dc478a0cfa Replace in portfile option 2012-07-30 10:05:35 +02:00
HanzZ
f75c6e8a70 More spectrum2 stats 2012-07-30 07:31:48 +02:00
HanzZ
8e99da692b Ignore message type='error' 2012-07-29 11:48:37 +02:00
HanzZ
47af5069d3 Do not run storeBuddy for buddies from database. Run all updates in one transaction 2012-07-29 05:59:55 +02:00
HanzZ
6efc5e055b More logging and don't use DB on every presence 2012-07-28 22:51:37 +02:00
HanzZ
95a4924622 Give backend some time to start before spawning new oen 2012-07-28 06:04:10 +02:00
HanzZ
489ceea488 update buddy debug 2012-07-27 23:22:48 +02:00
Sarang Bharadwaj
aa0f0c64cf Merge branch 'master' of git://github.com/hanzz/libtransport into twitter-backend 2012-07-23 17:32:59 +05:30
HanzZ
9cb2171e00 Added updateBuddySetting, removeBuddySetting and removeBuddy implementation for SQLite 2012-07-20 13:46:28 +02:00
HanzZ
09880c668b Merge branch 'master' of github.com:hanzz/libtransport 2012-07-18 18:08:16 +02:00
Jan Kaluza
8b7923f3e3 Much more useful spectrum2_manager 2012-07-18 15:20:06 +02:00
Jan Kaluza
fd54120de7 Make the backend usable only after it responds to initial PING 2012-07-18 13:54:17 +02:00
Jan Kaluza
981513b2a5 Added 'register' and 'unregister' command to AdminInterface 2012-07-18 13:05:50 +02:00
Jan Kaluza
267e96ea5c Ignore 'table buddies already exists' error 2012-07-17 13:29:47 +02:00
Jan Kaluza
6b71ab5bf0 Show warning when connecting the server on port 5222 2012-07-17 13:27:00 +02:00
Jan Kaluza
693424e9b9 Another part of SettingsAdHocCommand 2012-07-17 13:22:49 +02:00
Sarang Bharadwaj
96476b9a8a Merge branch 'master' of git://github.com/hanzz/libtransport into twitter-backend 2012-07-16 22:54:59 +05:30
Jan Kaluza
dd9f9c48e1 Do not try to store buddies with empty name and clear m_buddies after storing 2012-07-16 14:38:52 +02:00
HanzZ
a2ad0b2ee6 Merge branch 'master' of github.com:hanzz/libtransport 2012-06-25 21:55:33 +02:00
Jan Kaluza
851ef18260 Another part of AdHoc support 2012-06-25 19:55:57 +02:00
HanzZ
0daca2a247 Merge branch 'master' of github.com:hanzz/libtransport 2012-06-20 17:38:39 +02:00
Jan Kaluza
cfa85cd21c Moved DiscoItemsResponder out of Component class 2012-06-20 12:03:53 +02:00
Jan Kaluza
8a66baabcb DiscoItemsResponder can add adhoc commands 2012-06-20 11:49:00 +02:00
Sarang Bharadwaj
0f3b28fded Merge branch 'master' of git://github.com/hanzz/libtransport into twitter-backend 2012-06-15 15:45:39 +05:30
Jan Kaluza
fb527b5760 Added NetworkPlugin::handleBuddyRemoved method to let backend remove buddy from XMPP user's roster 2012-06-14 08:06:46 +02:00
Sarang Bharadwaj
5b13c80ee9 Populating user's roster 2012-06-10 21:39:29 +05:30
HanzZ
680cc369de Merge branch 'master' of github.com:hanzz/libtransport 2012-06-04 19:51:58 +02:00