Commit graph

1295 commits

Author SHA1 Message Date
Darchigh
9c596ed62f RegisterUser will try to register via RemoteRoster before sending subscr.Presence for transport 2013-01-09 17:30:18 +01:00
Jan Kaluza
9c5f59f10c Do not call sqlite3_step again when it returned SQLITE_DONE before 2013-01-09 11:24:40 +01: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
HanzZ
86f52cf660 Do not use libpurple verbose debug 2013-01-05 20:16:58 +01:00
HanzZ
7cd2083d81 show better error when running in server_mode with port 5347 2013-01-04 16:49:34 +01:00
HanzZ
86d0268f93 receipts test 2012-12-29 11:57:40 +01:00
HanzZ
9c48437b09 support for XEP-0172 2012-12-28 08:55:29 +01:00
HanzZ
2ae5cba932 service.login_delay 2012-12-27 15:02:21 +01:00
HanzZ
984a075019 Send RIE to all resources 2012-12-26 09:59:09 +01:00
HanzZ
f7dc91ccb4 Set adhoc settings according to config even when storage backend is not set 2012-12-22 21:07:29 +01:00
HanzZ
8761e976ae Cache messages also when you leave room but do not disconnect 2012-12-21 11:20:05 +01:00
HanzZ
92b1f98bce Merge branch 'master' of github.com:hanzz/libtransport 2012-12-21 09:35:02 +01:00
HanzZ
2159ab0a27 Limit cache to 100 messages 2012-12-21 09:34:51 +01:00
HanzZ
7e9ea5150d Spectrum can now works as IRC/whatever bouncer. Configurable using adhoc commands. 2012-12-21 09:26:34 +01:00
Jan Kaluza
1fa8a9d975 Do not pass char * which won't survive till sqlite3 statement execution. 2012-12-19 14:22:57 +01:00
Vitaly Takmazov
79fd6782fb handle Ctrl-C from win32 console 2012-12-19 11:42:00 +04:00
HanzZ
7e9dfbdead disconnect twitter user in case of curl error 2012-12-18 21:05:16 +01:00
Jan Kaluza
c8f605bbfc simple benchmark 2012-12-18 14:02:29 +01:00
Jan Kaluza
761c746d10 Move headline sending login to backend 2012-12-18 12:56:38 +01:00
Jan Kaluza
0b0e020cdf Add general API to set per user settings using adhoc commands which can be defaulted from config file. Add 'Send messages as headlines' Transport setting 2012-12-18 10:59:52 +01:00
HanzZ
ad8ed5be56 Make MyIrcSession::onMessageReceived at least 5x faster 2012-12-13 22:08:34 +01:00
Jan Kaluza
79b5030035 Check if the user is in room before sending information about nick change. Fixes bug when users have been added to all rooms when they changed their IRC nickname 2012-12-13 12:10:14 +01:00
Jan Kaluza
6cbfab6b72 Exit even when empty response is receievd 2012-12-12 14:32:31 +01:00
Jan Kaluza
a82c4403b7 Added test for previous commit 2012-12-11 12:48:11 +01:00
Jan Kaluza
00475b428a Try to find out existing adhoc session only when session id is set in IQ 2012-12-11 11:42:31 +01:00
Jan Kaluza
5f607b5622 Handle also TextIsngleFormField in Settings command 2012-12-11 11:29:54 +01:00
Jan Kaluza
1ebd041848 Handle also TextIsngleFormField in Settings command 2012-12-11 11:25:33 +01:00
Jan Kaluza
69023fc025 Answer disco#info request with http://jabber.org/protocol/commands node 2012-12-11 10:56:38 +01:00
Vitaly Takmazov
7142ccb570 Use retweetID for displaying and ID everywhere else 2012-12-11 00:28:10 +04:00
Vitaly Takmazov
40dbe0a2d8 Merge branch 'master' of github.com:vitalyster/libtransport 2012-12-10 23:08:26 +04:00
Vitaly Takmazov
c86e580b44 parse retweeted_status as Status and replace parent data 2012-12-10 23:07:08 +04:00
Vitaly Takmazov
1e8777a542 do not serialize empty from attribute in delay 2012-12-10 23:05:32 +04:00
Vitaly Takmazov
18ef257aff Merge branch 'master' of https://github.com/hanzz/libtransport 2012-12-10 17:34:14 +04:00
Jan Kaluza
f314577e70 Merge pull request #19 from vitalyster/retweeted_status
use retweeted_status when available
2012-12-10 05:28:24 -08:00
Jan Kaluza
737dd6a062 Fixed merge conflict 2012-12-10 15:09:57 +01:00
Vitaly Takmazov
f0b99d6b02 Merge branch 'retweeted_status' 2012-12-10 17:26:15 +04:00
Jan Kaluza
16e3bc9425 set needPassword=false in twitter backend 2012-12-10 14:00:16 +01:00
Vitaly Takmazov
d7f234fb19 use retweeted_status when available 2012-12-10 16:04:14 +04:00
Vitaly Takmazov
6a9d2d5141 Use sqlite3 target only if win32 2012-12-10 13:33:51 +04:00
Vitaly Takmazov
0c907574c8 add curl directory to project 2012-12-10 13:13:01 +04:00
Vitaly Takmazov
50119c8e4e Use boost::date_time for date time conversion 2012-12-10 13:09:56 +04:00
Vitaly Takmazov
8fbdd54451 Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
Vitaly Takmazov
301018ab30 Fixed compilation of sqlite3 target 2012-12-10 13:05:05 +04:00
Vitaly Takmazov
ea0bc80712 Enable twitter plugin on win32 2012-12-10 13:03:09 +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
HanzZ
ae29c8c902 Merge branch 'master' of github.com:hanzz/libtransport 2012-12-06 19:14:40 +01:00
HanzZ
7f76ef28bd added [registration] notify_jid option to send notification about user registration/unregistration 2012-12-06 14:57:38 +01:00
HanzZ
468f8b2a01 Show proper version 2012-12-06 14:35:21 +01:00
Jan Kaluza
97a2cd5b2a Send 307 and also 332 codes from rooms when stopping spectrum 2012-12-06 10:52:19 +01:00
HanzZ
fdfbc5dc78 Make away state timer faster 2012-12-05 20:56:54 +01:00