Commit graph

1242 commits

Author SHA1 Message Date
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
Daniel Henninger
51533ef87b Merge remote branch 'upstream/master' 2012-11-30 10:47:18 -05:00
HanzZ
389f066d9e Send proper identity in disco#info response with adhoc command node 2012-11-30 16:08:38 +01:00
HanzZ
9469109d37 Unescape double-escaped messages from twitter 2012-11-28 18:52:58 +01:00
Jan Kaluza
4eeeb84652 Show away users when joining the room. This is not finished yet, polling has to be implemented to refresh the list of away users 2012-11-28 11:15:49 +01:00
HanzZ
75ad2ddfc5 Merge branch 'master' of github.com:hanzz/libtransport 2012-11-27 22:20:01 +01:00
HanzZ
9388d59915 Store last tweet ID in database so all tweets are not forwarded on reconnect. Send proper timestamp of tweets 2012-11-27 22:18:15 +01:00
Jan Kaluza
827bac538d Fix qt-moc error while parsing boost headers 2012-11-27 12:53:46 +01:00
Jan Kaluza
8b6973539f Postpone room subject forwarding if we haven't sent initial presences yet 2012-11-27 12:51:19 +01:00
Jan Kaluza
110a366bfb Added NetworkPlugin::StorageBackendNeeded instead of -2 constant 2012-11-27 10:50:49 +01:00
Jan Kaluza
08a5e487db Better error message when backends can't be started 2012-11-27 10:33:04 +01:00
Jan Kaluza
ae953ed2e0 Merge pull request #16 from vitalyster/win_service
Multiple Windows services support
2012-11-21 02:28:47 -08:00
Vitaly Takmazov
158abda4e9 Multiple Windows services support 2012-11-20 14:29:59 +04:00
Jan Kaluza
a76d99e4b6 Call storeBuddy instead of handleBuddyChanged in handleSusbcription to save proper subscriptions into database. call onBuddyRemoved also in gateway-mode 2012-11-14 14:52:23 +01:00
Jan Kaluza
f16af993ce Fixed tests 2012-11-14 13:49:52 +01:00
HanzZ
8c7caaf94a send subscribe presence as response to error presence only when error type is SubscriptionRequested 2012-11-13 17:52:51 +01:00
HanzZ
db3096599f MYSQL_RES can be valid pointer even when empty result set is returned 2012-11-13 17:38:07 +01:00
HanzZ
dc1228b5bd use instead of 2012-11-13 17:31:47 +01:00
Jan Kaluza
e0f560a648 Added database.vip_statement, database.vip_only and database.vip_message variables 2012-11-13 12:37:42 +01:00
Jan Kaluza
4691982ffb Disable tests by default 2012-11-13 10:37:37 +01:00
chain
74983ae8c2 Make Frotz and Swiften optional (using ENABLE_FROTZ and ENABLE_SWIFTEN) 2012-11-13 01:11:12 +01:00
chain
551592bc5d Merge branch 'master' of ssh://rpgfiction.net/var/pubgit/libtransport 2012-11-12 22:51:24 +01:00
chain
e64853b91e Make SMSTools3 plugin optional (by using ENABLE_SMSTOOLS3) 2012-11-12 22:50:44 +01:00
chain
edfa4ec644 make Twitter optional (by using ENABLE_TWITTER) 2012-11-12 22:35:02 +01:00
chain
487ad85fad make Twitter optional (by using ENABLE_TWITTER) 2012-11-12 21:18:15 +01:00
chain
1548f91d40 Make Libyahoo2 backend optional (by using ENABLE_YAHOO2) 2012-11-12 02:41:17 +01:00
chain
cf5359df23 Merge branch 'master' of ssh://rpgfiction.net/var/pubgit/libtransport 2012-11-11 17:42:59 +01:00
chain
fb4b587ef8 Re-worked top-level CMakeLists.txt to allow configuring using ENABLE_* style variables. 2012-11-10 17:11:19 +01:00
Richard H
ba5f26a7ce Re-worked top-level CMakeLists.txt to allow configuring using ENABLE_* style variables. 2012-11-10 17:02:29 +01:00
HanzZ
8bd6de3768 Move mainloop() up to compile it with g++ 2012-11-10 16:01:54 +01:00
Jan Kaluza
4c29464901 Merge pull request #15 from vitalyster/win_service
Windows Service Support, thanks vt
2012-11-10 05:41:11 -08:00
Vitaly Takmazov
a78794c2e7 Windows Service Support 2012-11-10 02:59:46 +04:00
Jan Kaluza
0d8056349a When auto_registration is enabled, set register=True also when storage backend does not exist 2012-11-06 09:52:56 +01:00