Vitaly Takmazov
f9696d0db6
enable twitter and libcommuni builds in windows
2012-11-28 10:02:27 +04: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
HanzZ
bff95a3f7a
Call IrcCommand::createList with two arguments
2012-10-27 16:21:25 +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
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
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
Jan Kaluza
f785b2b795
Communi: Ignore requests already answered by libcommuni
2012-09-06 08:32:10 +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
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
Arnt Gulbrandsen
6a4849f0a9
Merge branch 'master' of git://github.com/hanzz/libtransport
2012-07-17 14:00:55 +01:00
Arnt Gulbrandsen
34ec0df769
avoid WTF-8.
...
what arrives from XMPP is already UTF-8 encoded, so applying UTF-8 again
produces somewhat unfortunate results.
this line is not always necessary. before this change, the code was
dependent on the locale.
2012-07-17 13:53:00 +01:00
Jan Kaluza
ddec6a8e1a
removed Config::getUnregistered. CONFIG_* macros should be used instead even for unregistered options
2012-05-30 11:14:56 +02:00
Jan Kaluza
3014cc2e1c
TO_UTF8/FROM_UTF8
2012-03-27 13:40:33 +02:00
Jan Kaluza
dd9a404392
use fromUtf8/toUtf8 really everywhere
2012-03-27 13:00:36 +02:00
Jan Kaluza
0af5cfe916
use fromUtf8 instead of fromStdString
2012-03-27 12:56:22 +02:00
HanzZ
ece09d41b7
registration.auto_register option
2012-03-26 18:10:25 +02:00
HanzZ
7c93aee6f4
Log4cxx is optional dependency now
2012-03-21 16:31:51 +01:00
HanzZ
a06a47ed11
moved log4cxx initialization to libtransport
2012-03-14 21:18:10 +01:00
Jan Kaluza
e53e622e4d
Link only against transport
2012-02-20 10:39:25 +01:00
HanzZ
f46cd8f14c
Handle ICQ related requestInput requests
2011-12-09 16:31:48 +01:00
HanzZ
9e84e71854
Handle code 432 on IRC
2011-12-09 15:13:58 +01:00
HanzZ
f0c6b4239a
Removed commented MyIrcBuffer classs
2011-11-25 10:02:53 +01:00
HanzZ
e312a8602e
Works with libCommuni now (libircclient-qt renamed)
2011-11-24 19:07:21 +01:00