Commit graph

426 commits

Author SHA1 Message Date
chain
74983ae8c2 Make Frotz and Swiften optional (using ENABLE_FROTZ and ENABLE_SWIFTEN) 2012-11-13 01:11:12 +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
1548f91d40 Make Libyahoo2 backend optional (by using ENABLE_YAHOO2) 2012-11-12 02:41:17 +01:00
HanzZ
bff95a3f7a Call IrcCommand::createList with two arguments 2012-10-27 16:21:25 +02:00
HanzZ
b816395870 Reconnect automatically in case of swiften backend errors 2012-10-26 11:59:28 +02:00
HanzZ
4055180802 Send subscribe/subscribed presence from transport contact when connecting 2012-10-23 18:27:04 +02:00
Jan Kaluza
3720df9cbe Fixed Twitter backend 2012-10-22 12:26:44 +02:00
Jan Kaluza
b18424c5b1 Forward message timestamps 2012-10-18 09:33:44 +02:00
Jan Kaluza
3201977efb Get room list on IRC and show rooms in service discovery 2012-10-18 09:04:20 +02:00
Jan Kaluza
da1044e0dc Remove /me from incoming messages, add /me to outgoing messagse 2012-10-10 13:26:27 +02:00
Jan Kaluza
84a6e647e6 Send ctcp action when /me is received from XMPP 2012-10-10 13:09:39 +02:00
Jan Kaluza
c63df9499f Do not include malloc.h on BSD 2012-10-09 10:01:51 +02:00
Jan Kaluza
e4cf53f96f Rewrite create_socket so it's portable 2012-10-09 09:35:41 +02:00
Jan Kaluza
7f732f9628 Don't try to set linux only things on bsd 2012-10-04 12:12:49 +02:00
Jan Kaluza
95ba00c2fe Use __FreeBSD__ instead of BSD 2012-10-04 10:47:24 +02:00
Jan Kaluza
79ff2e46d0 Do not use malloc_trim on BSd 2012-10-04 10:09:34 +02:00
Jan Kaluza
0e56fb8484 Support more service.irc_server values and try another one when server disconnects us 2012-10-04 08:48:14 +02:00
HanzZ
eb1df41b3e Set subject on IRC 2012-09-24 15:40:41 +02:00
HanzZ
3ff7f92490 Send status code 332 when spectrum goes down 2012-09-22 13:40:28 +02:00
HanzZ
05e06dd845 Merged SingleIrcNetworkPlugin with IrcNetworkPlugin to not duplicate code. Removed old SingleIrcNetworkPlugin. 2012-09-22 10:38:42 +02:00
HanzZ
74cd11e265 Fixed communi backend without irc_network option 2012-09-22 08:18:38 +02:00
HanzZ
40dbe667be m_session should be private 2012-09-21 14:09:19 +02:00
HanzZ
4717bd0071 Send unavailable presence when server goes down. Use LOG4CXX macros in irc backend 2012-09-21 13:56:17 +02:00
HanzZ
1c5504d7c6 Autojoin rooms with password 2012-09-21 07:52:43 +02:00
HanzZ
2fcf167a4e Forward ChatState messages to backends 2012-09-15 22:17:20 +02:00
HanzZ
8b60685886 Split Template backend into more files 2012-09-12 10:18:51 +02:00
Jan Kaluza
796d8f3bf4 Update backends/twitter/userdb.h 2012-09-10 15:04:40 +03:00
Jan Kaluza
48412f4671 Update backends/twitter/userdb.cpp 2012-09-10 15:04:25 +03:00
Jan Kaluza
11b0f853c1 Update backends/libpurple/utils.cpp 2012-09-10 14:42:03 +03:00
Jan Kaluza
80816f9517 Merge branch 'master' of github.com:hanzz/libtransport 2012-09-06 08:43:25 +02:00
Jan Kaluza
f785b2b795 Communi: Ignore requests already answered by libcommuni 2012-09-06 08:32:10 +02:00
HanzZ
363815c8a8 include utils.h 2012-09-05 18:11:34 +02:00
HanzZ
31fb1af807 include utils.h 2012-09-05 18:06:33 +02:00
HanzZ
51481c8c44 use Transport::Util in purple_defs 2012-09-05 18:03:21 +02:00
HanzZ
9273178924 include utils.h 2012-09-05 17:59:46 +02:00
HanzZ
89d27e6aed std::wstring 2012-09-05 17:56:49 +02:00
HanzZ
4a88d77154 Allow unregistered options to be passed by command line 2012-09-05 17:52:41 +02:00
Jan Kaluza
08103482cf Added purple.cacerts variable to set path to certificates, default it ./ca-certs 2012-09-05 15:20:29 +02:00
Jan Kaluza
faa076723c #define close closesocket 2012-09-05 13:59:25 +02:00
Jan Kaluza
933b38d5c5 #define close closesocket 2012-09-05 13:55:53 +02:00
HanzZ
d91990a491 fixed purple_dev 2012-09-04 20:30:24 +02:00
HanzZ
d21a4b20bb Build purple backend when PURPLE_FOUND is 1 2012-09-04 19:18:35 +02:00
HanzZ
cfd9f41369 Use win32 specific libs in SWIFTEN_LIBRARY 2012-09-04 18:46:38 +02:00
HanzZ
749dfc6af2 Use PROTOBUF_LIBRARY instead of blind libprotobuf 2012-09-04 17:54:21 +02:00
Jan Kaluza
060510d695 Add general command line parsing code into Config::cretateFromArgs() method 2012-09-04 14:58:04 +02:00
Jan Kaluza
712c55a9f4 Use Transport::Config in skype backend 2012-09-04 14:32:20 +02:00
Jan Kaluza
1fde5bad9d Allow define PURPLE_NOT_RUNTIME 2012-09-04 13:45:09 +02:00
Jan Kaluza
bbafb94d6f Use wrapped calls to libpurple and load libpurple.dll automatically on Windows 2012-09-04 11:38:17 +02:00
Jan Kaluza
ad7461beec Pass command the same command line options as we have in main instance to backend instances 2012-09-04 10:28:11 +02:00