Commit graph

947 commits

Author SHA1 Message Date
Jan Kaluza
0a5b5b4c20 Moved current docs to docs/api 2012-08-20 13:34:58 +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
Jan Kaluza
b6ca47285f Remove unused twitter files 2012-08-16 11:13:45 +02:00
HanzZ
741cffa44f More tests 2012-08-15 21:19:41 +02: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
Jan Kaluza
ff23ea7847 Merge remote-tracking branch 'sarang/twitter-backend' 2012-08-13 15:22:23 +02:00
Jan Kaluza
741d1a651b Merge pull request #12 from mdonoughe/patch-1
Fix registration crash
2012-08-13 06:12:12 -07:00
HanzZ
31b80dbe76 More tests 2012-08-13 08:29:44 +02:00
Sarang Bharadwaj
c236c464ff Added class to represent Error 2012-08-12 20:11:06 +05:30
Matthew Donoughe
d6dbdac773 Fix registration crash
config should be usernames, not usernanames
2012-08-10 21:07:26 -03:00
HanzZ
c7e2635dde user twitter.com as legacy name 2012-08-10 14:29:13 +02:00
HanzZ
b1ad81237c Merge branch 'master' of github.com:hanzz/libtransport 2012-08-09 23:27:16 +02:00
HanzZ
e6aabb3b7e handle EAGAIN 2012-08-09 23:11:39 +02: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
fc61c0685c Small cmake tweaks 2012-08-07 08:49:21 +02:00
Jan Kaluza
3f29cad42b Merge pull request #11 from sarangbh/twitter-backend
Twitter backend
2012-08-06 22:33:25 -07:00
Sarang Bharadwaj
561a55e963 Made code compatible with spectrum 1 user DB 2012-08-07 10:56:50 +05:30
Sarang Bharadwaj
c0c5673c97 Added legacyName field to UserData 2012-08-06 22:48:21 +05:30
Sarang Bharadwaj
6983e999e0 Made code compatible with spectrum1 user DB; Latest version of twitcurl 2012-08-06 21:04:04 +05:30
Jan Kaluza
8acda88ffe Set MALLOC_CHECK_ using mallopt 2012-08-06 16:40:18 +02:00
Jan Kaluza
d4f1634456 Disable optimization in debug mode 2012-08-06 16:23:36 +02:00
Jan Kaluza
45564ad439 Try to start backends in a loop 2012-08-06 15:43:27 +02:00
Jan Kaluza
2caa10e827 set MALLOC_CHECK_=2 in spectrum2 main process 2012-08-06 15:37:39 +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
HanzZ
c83794bb38 spectrum2_manager can start/stop particular instances 2012-08-01 17:03:59 +02:00
Jan Kaluza
f081fe9187 Support for [registration] allowed_usernames 2012-08-01 13:50:38 +02:00
Jan Kaluza
132059ca7d Fix crash caused by two XMPP users using single PurpleAccount instance 2012-08-01 07:12:55 +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