Commit graph

1140 commits

Author SHA1 Message Date
Jan Kaluza
e4cf53f96f Rewrite create_socket so it's portable 2012-10-09 09:35:41 +02:00
HanzZ
e33358e61f Do not join rooms before we're connected to legacy network. Otherwise join requests are lost 2012-10-08 10:51:27 +02:00
HanzZ
379074e87b replace invalid characters with _ also in groups 2012-10-06 09:14:46 +02:00
HanzZ
e321feda15 Don't handle roster stanzas with empty node 2012-10-05 19:24:18 +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
6245840e7c Show more info about boost filesystem error 2012-10-04 10:18:35 +02:00
Jan Kaluza
79ff2e46d0 Do not use malloc_trim on BSd 2012-10-04 10:09:34 +02:00
Jan Kaluza
fe33d765e5 include also signal.h 2012-10-04 09:55:26 +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
Jan Kaluza
b7f06ac352 CONFIG_*_DEFAULTED now uses safeAs and should be used everywhere instead of CONFIG_* macros 2012-10-03 16:40:11 +02:00
Jan Kaluza
369da03b7e Check for boost_thread-mt quietly 2012-10-03 13:34:25 +02:00
Jan Kaluza
5110f047f1 Check for boost_thread-mt prioritely and fallback to boost_thread 2012-10-03 13:24:53 +02:00
Jan Kaluza
4d2f3bd069 Check for boost_thread and also boost_thread-mt 2012-10-03 13:23:58 +02:00
Jan Kaluza
83113fe697 Allow setting more unregistered variables in Config class which can be later accessed using CONFIG_LIST 2012-10-03 09:48:11 +02:00
Jan Kaluza
4100b4caf8 Remove resource from room when the client disconnects without disconnecting the rooms 2012-09-25 12:48:30 +02:00
HanzZ
eb1df41b3e Set subject on IRC 2012-09-24 15:40:41 +02:00
HanzZ
af6b013748 Remove forgotten dumpReceived from test 2012-09-23 09:50:22 +02:00
HanzZ
1055c577d2 Send participants to second resource when it joins the room 2012-09-23 09:48:03 +02:00
HanzZ
88607aff3c Do not disconnect from room when user uses two clients and shutdown one. 2012-09-22 20:19:19 +02:00
HanzZ
2f542b5077 Unit tests can now test more resources interaction 2012-09-22 18:09:25 +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
bf1cad516b Handle 'unregister' field also when it has text-single type 2012-09-21 17:55:56 +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
b851fab140 Use _WIN32 instead of _MSC_VER 2012-09-20 22:00:10 +02:00
HanzZ
64166aeb00 Use CertificateWithKey::ref to not confuse compiler 2012-09-20 20:56:28 +02:00
HanzZ
c1e478774f Test for chatstates 2012-09-16 15:13:11 +02:00
HanzZ
9f1a88bec8 Working reconnection 2012-09-16 14:56:07 +02:00
HanzZ
2fcf167a4e Forward ChatState messages to backends 2012-09-15 22:17:20 +02:00
HanzZ
f55f18b579 If swiften-config does not return multithreaded boost libraries, we have to use non-multithreaded boost too 2012-09-15 16:32:36 +02:00
HanzZ
745b8a54ba More docs 2012-09-14 11:03:07 +02:00
HanzZ
495d881c5a registration.needPassword works 2012-09-13 10:38:06 +02:00
HanzZ
cb6af593b6 registration.needRegistration works 2012-09-13 10:13:44 +02:00
HanzZ
c538d9965b Handle backendConfig 2012-09-12 13:04:39 +02:00
HanzZ
312879b94a Merge branch 'master' of github.com:hanzz/libtransport 2012-09-12 11:53:32 +02:00
HanzZ
c290016c8e Redirect stderr in separate method 2012-09-12 11:49:46 +02:00
Jan Kaluza
491e237cbc Update docs/guide/config_file.textile 2012-09-12 11:21:46 +03:00
HanzZ
8b60685886 Split Template backend into more files 2012-09-12 10:18:51 +02:00
HanzZ
a9b14deb55 Reload config also with jid 2012-09-12 08:15:10 +02:00
HanzZ
1d53bc87af Don't dumpReceived() in tests 2012-09-11 17:51:30 +02:00
HanzZ
91c9d226ed even more docs 2012-09-11 14:19:18 +02:00
HanzZ
5d76ba0214 Docs update 2012-09-11 14:10:08 +02:00
HanzZ
dd8aa60ca8 Updated munin 2012-09-11 10:29:28 +02:00
HanzZ
26dd173999 Mention MySQL and PostgreSQL in tutorial 2012-09-11 10:16:14 +02:00
HanzZ
8dfcbc8772 Return proper exit code in spectrum2_manager when instance starts 2012-09-11 09:13:18 +02:00
Jan Kaluza
796d8f3bf4 Update backends/twitter/userdb.h 2012-09-10 15:04:40 +03:00