Commit graph

1276 commits

Author SHA1 Message Date
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
HanzZ
978808c187 Do not double escape JID if we receive it already escaped from broken client 2012-12-05 17:56:48 +01:00
Jan Kaluza
4028a34608 Proper requires on libcommuni (not communi) 2012-12-05 14:34:25 +01:00
Jan Kaluza
a923c605fc Remove bad comment 2012-12-05 10:41:47 +01:00
HanzZ
11a084deb0 Update away state regularly 2012-12-04 19:21:59 +01:00
HanzZ
2d3069e602 Remove IRC buddies when leaving channel 2012-12-04 18:42:00 +01:00
HanzZ
718dd59fda remove IRC users who have parted the room from m_buddies map 2012-12-04 18:36:41 +01:00
HanzZ
150afaed90 Removed m_modes and m_away and introduced IRCBuddy in communi backend 2012-12-04 18:21:44 +01:00
HanzZ
be5a77cb71 Merge branch 'master' of github.com:hanzz/libtransport 2012-12-04 16:37:52 +01:00
HanzZ
a15bd77553 Do not store MUC presence in PresenceOracle 2012-12-04 16:00:08 +01:00
Jan Kaluza
b30e9c52e5 Ask for /who only once when joining channel.. 2012-12-04 09:11:54 +01:00
Jan Kaluza
bf012e48b2 Add new line to end of files 2012-12-04 08:26:30 +01:00
Jan Kaluza
4e0e72e46b build_rpm.sh script 2012-12-03 14:18:06 +01:00
Jan Kaluza
bd09fbde0c Better .spec file 2012-12-03 14:14:23 +01:00
HanzZ
3e515d9f15 Do not disconnect backend if we received some data from it during ping timer period 2012-12-03 11:49:18 +01:00
Jan Kaluza
8618b87051 Merge pull request #17 from jadestorm/master
rpmbuild -ta support
2012-11-30 08:21:04 -08:00
HanzZ
355a48ba9f Find Swiften before Boost so we have only single version of program_options linked in 2012-11-30 17:04:42 +01:00
Daniel Henninger
a0595550b3 Moved packaging stuff into fedora subdir. 2012-11-30 11:01:00 -05:00
Daniel Henninger
aa32d0a80d Removed bumps 2012-11-30 11:00:15 -05:00
HanzZ
636253d514 Disable /LIST for IRC 2012-11-30 16:57:57 +01:00