Commit graph

460 commits

Author SHA1 Message Date
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
Jan Kaluza
ddec6a8e1a removed Config::getUnregistered. CONFIG_* macros should be used instead even for unregistered options 2012-05-30 11:14:56 +02:00
Sarang Bharadwaj
ab1a0140c2 Updating my fork 2012-05-29 18:34:23 +05:30
Sarang Bharadwaj
3256e6e10c Made proxy settings and consumer key/secret configurable via config file 2012-05-27 03:03:25 +05:30
HanzZ
e7cb911496 Do not send password in iq-get response 2012-05-18 21:09:17 +02:00
Jan Kaluza
e1d14b6951 Fixed unregistered-options parsing 2012-04-19 09:48:39 +02:00
HanzZ
47f86754ea Allow setting config file options also from command line 2012-04-17 18:26:21 +02:00
HanzZ
bb8e202db9 Fixed default database for gatewaymode 2012-04-14 15:52:25 +02:00
HanzZ
a330a15807 Shutdown logging before exit() call to fix potential freeze 2012-04-14 09:14:52 +02:00
Jan Kaluza
11d7a01c58 Merge pull request #8 from sarangbh/master
Handle errors during server creation
2012-04-12 11:59:26 -07:00
Sarang Bharadwaj
2b834d16ab Added code to handle errors during Server creation 2012-04-13 00:07:52 +05:30
HanzZ
64a0ece8d3 Do not treat transport contact as buddy 2012-04-11 17:59:19 +02:00
Jan Kaluza
c44d571351 Send backend config 2012-04-11 09:16:56 +02:00
HanzZ
ee4e5ecb71 send roster push on group change 2012-04-10 18:49:40 +02:00
Jan Kaluza
ad2735a276 Fixed config.cpp compilation issues 2012-04-10 10:13:22 +02:00
HanzZ
775c2a2e17 fixed allowed_servers 2012-04-09 09:33:14 +02:00
HanzZ
996a48005b more fixes 2012-04-09 09:27:26 +02:00
Alexander Skovpen
75f0f75077 #258 2012-04-09 01:40:30 +04:00
Alexander Skovpen
94337d703e partially #258 2012-04-09 00:28:42 +04:00
HanzZ
e84ea9b102 Merged SoC teaser tasks solutions 2012-04-08 16:44:31 +02:00
HanzZ
cf4730e69f Remove protobuf from libtransport dependencies 2012-04-08 15:19:27 +02:00
HanzZ
8b14d92f10 Don't crash when there are duplicated options and print error message instead 2012-04-08 14:17:32 +02:00
HanzZ
909381c658 Do not send vcard with from=legacy_network_name 2012-04-08 14:01:46 +02:00
HanzZ
b326bca552 set sqlite3 as default backend 2012-04-08 13:53:14 +02:00
HanzZ
d7fb0da496 Send node in disco#info. Fixes #206 2012-04-03 19:27:52 +02:00
HanzZ
407e09ebb0 Merge branch 'master' of github.com:hanzz/libtransport 2012-03-30 15:36:59 +02:00
HanzZ
afe5ac506d Store buddy changes only when there's a real change 2012-03-30 15:28:49 +02:00
Jan Kaluza
42a3b6c1d5 More backend spawning logging 2012-03-29 09:58:19 +02:00
HanzZ
c6057e35d5 Support for setting -DLIB_INSTALL_DIR=lib64 2012-03-27 21:47:50 +02:00
HanzZ
065127585a Added MUCPayloadParser 2012-03-26 21:36:10 +02:00
HanzZ
ece09d41b7 registration.auto_register option 2012-03-26 18:10:25 +02:00
HanzZ
6ba5bdf44a fixed typo 2012-03-23 13:09:24 +01:00
Jan Kaluza
03969481e4 Do not count chatstate notification to statistics 2012-03-22 09:08:02 +01:00
HanzZ
7c93aee6f4 Log4cxx is optional dependency now 2012-03-21 16:31:51 +01:00
HanzZ
1f60d0547c Changed libtransport-plugin deps to have logging.h used from libpurple backend 2012-03-21 15:46:25 +01:00
Jan Kaluza
52039dd4df Stop backend when user disconnects and admin wants to have one user per backend 2012-03-21 11:10:11 +01:00
Jan Kaluza
7d238f4440 catch FileInputStream exception 2012-03-21 11:01:07 +01:00
HanzZ
e910508a9c define getpid on windows 2012-03-20 22:45:41 +01:00
HanzZ
7067865738 Send admin contac tot user 2012-03-20 22:06:51 +01:00
HanzZ
ab72dd03c6 new sample.cfg 2012-03-19 15:09:55 +01:00
HanzZ
a06a47ed11 moved log4cxx initialization to libtransport 2012-03-14 21:18:10 +01:00
HanzZ
c6c322f51f Logs shows backends PID + there's new crashed_backends command to find out PIDs of crashed backends to make log inspection easier 2012-03-14 18:11:32 +01:00
HanzZ
eea254d29c log error on disconnect everytime 2012-03-13 21:57:09 +01:00
HanzZ
a9f468f8f3 Fill the stats 2012-03-10 11:22:39 +01:00
HanzZ
5407885d87 Do not send available presence as response to subscribed 2012-03-09 19:36:48 +01:00
HanzZ
d4769080ca More stats 2012-03-09 17:55:57 +01:00
HanzZ
6ec566375c Send backend id back to main instance 2012-03-09 17:13:32 +01:00
HanzZ
b6645a4ed9 Store subscriptions properly in DB and change them during the subscribe process 2012-03-09 09:35:36 +01:00