Commit graph

74 commits

Author SHA1 Message Date
Jan Kaluza
2add374fbd working messaging and PM (only if you send it to user@server.tld, so normal PMs doesn't work yet) 2011-05-18 16:25:52 +02:00
Jan Kaluza
2c526db0f3 leaving the room works 2011-05-18 15:32:54 +02:00
Jan Kaluza
6699a898fb Working IRC room join + proper 110 status code sending 2011-05-18 15:19:56 +02:00
HanzZ
0a33a3100e part of IRC presences sending 2011-05-17 09:44:29 +02:00
HanzZ
1ebe5535c4 join IRC room 2011-05-15 15:18:31 +02:00
HanzZ
d2502858d6 Added basic IRC backend support 2011-05-14 22:52:58 +02:00
HanzZ
c80a2843f9 better cmake output 2011-05-14 19:05:41 +02:00
HanzZ
03d34297b5 parse config file 2011-05-14 18:52:14 +02:00
HanzZ
b62274f1dd messages in both directions 2011-05-14 15:31:29 +02:00
HanzZ
4c87620c9f working message dispatching 2011-05-14 10:34:18 +02:00
HanzZ
bc585576a9 ping/pong, message transfering 2011-05-13 23:37:48 +02:00
HanzZ
43ca88c1bd Fixed crash in logout, fixed big cpu usage when reconnecting backend 2011-05-13 11:10:06 +02:00
HanzZ
e8b61aa9b6 pinging backends 2011-05-13 10:54:03 +02:00
HanzZ
7ac55eba24 fixed compilation issues, spectrum now support only backends 2011-05-13 10:11:09 +02:00
HanzZ
1105d3f1e3 first part of networkpluginserver 2011-05-11 09:20:35 +02:00
Jan Kaluza
ac1b0af209 proto 2011-04-12 16:19:35 +02:00
Jan Kaluza
ba27a9e3a3 Find protocol buffers 2011-04-12 15:52:27 +02:00
Jan Kaluza
489e7c0e07 Let CMake to find boost 2011-04-12 15:09:37 +02:00
Jan Kaluza
c04ca92517 Factory::createBuddy 2011-04-11 14:31:20 +02:00
Jan Kaluza
35e56d515d handleVCardReceived - not connected to libpurple yet... 2011-04-11 14:03:15 +02:00
Jan Kaluza
125264c226 getBuddiesSettings sqlite3 statement 2011-04-11 13:41:19 +02:00
HanzZ
e58ede7d51 getBuddies sqlite statement 2011-04-10 20:22:21 +02:00
HanzZ
64536009a8 Store buddies in DB 2011-04-10 19:38:42 +02:00
Jan Kaluza
5855e6608c begin/commit transaction, update buddy statement 2011-04-07 14:51:34 +02:00
Jan Kaluza
ebebf04f69 SQLite3Backend::addBuddy 2011-04-07 14:21:42 +02:00
HanzZ
16d484457f Working RosterStorage class. Now add support o SQLite3Backend :) 2011-04-07 09:53:33 +02:00
Jan Kaluza
62f3fbf99c Buddy::JIDToLegacyName 2011-04-06 14:32:03 +02:00
Jan Kaluza
5797b554ea Preparation for Subscriptions handling 2011-04-06 14:05:52 +02:00
Jan Kaluza
6a4fffdfe8 Fixed crash in component mode in handleDisconnected 2011-04-05 11:10:56 +02:00
HanzZ
5438bada5d Supported RIE in component mode 2011-04-04 23:26:05 +02:00
HanzZ
63a7b8eef5 Store user into DB to be able to store avatars, but don't store password in server mode 2011-04-04 20:36:51 +02:00
HanzZ
edcb55d4ce Log XML in server mode too 2011-04-04 19:37:41 +02:00
Jan Kaluza
3f3c739887 Send StreamError on error 2011-04-04 11:44:12 +02:00
HanzZ
c7dd572625 Send error message to user 2011-04-03 21:56:13 +02:00
HanzZ
50bcfbf84c Don't store passwords to DB in server mode. Fixed disconnecting from legacy network 2011-04-03 21:15:14 +02:00
HanzZ
b5c026470f AbstractBuddy and AbstractConversation renamed 2011-04-03 11:39:06 +02:00
HanzZ
9200d53702 Added Swiften to PATH_SUFFIXED for libSwiften 2011-04-03 00:13:33 +02:00
Kevin Smith
e55aa02347 CMake stuff to find libSwiften.
If you keep things in strange places, set CMAKE_PREFIX_PATH in the environment before running cmake.
2011-04-03 05:07:34 +08:00
HanzZ
cf53da03dc Strip messages from libpurple before passing them to libtransport 2011-04-03 00:05:41 +02:00
HanzZ
c8006a0eba Working message forwarding in both sides :) 2011-04-02 21:51:51 +02:00
HanzZ
76c678dd6f Working conversation from legacy -> XMPP 2011-04-01 23:54:29 +02:00
HanzZ
18a72df685 Working presence forwarding 2011-03-30 21:23:39 +02:00
Jan Kaluza
2378224278 Send empty roster as response to roster get 2011-03-30 14:05:41 +02:00
Jan Kaluza
07859ef393 Added basic RosterResponder class 2011-03-30 13:49:26 +02:00
HanzZ
e062a79b1f Store also jid in db... 2011-03-29 22:01:16 +02:00
HanzZ
79cc6dc63d [service] server_mode config 2011-03-29 21:59:14 +02:00
Jan Kaluza
132dfb379d JID Escaping and preparation for RIE 2011-03-24 11:42:31 +01:00
HanzZ
cedb604c60 Added missing cmake_modules 2011-03-24 09:16:02 +01:00
HanzZ
04c0598d97 Added missing rostermanager.cpp and rostermanager.h 2011-03-21 21:29:02 +01:00
HanzZ
49e5cd3ac4 Comments + some methods renamed 2011-03-21 09:57:48 +01:00