Commit graph

708 commits

Author SHA1 Message Date
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
HanzZ
d416f2c257 Merge branch 'master' of github.com:hanzz/libtransport 2012-03-27 22:06:02 +02:00
HanzZ
c6057e35d5 Support for setting -DLIB_INSTALL_DIR=lib64 2012-03-27 21:47:50 +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
Jan Kaluza
5f06cf12d6 Fixed out-of-source building 2012-03-27 12:37:11 +02:00
HanzZ
065127585a Added MUCPayloadParser 2012-03-26 21:36:10 +02:00
HanzZ
ece09d41b7 registration.auto_register option 2012-03-26 18:10:25 +02:00
HanzZ
6ba5bdf44a fixed typo 2012-03-23 13:09:24 +01:00
HanzZ
9e430ea77d Merge branch 'master' of github.com:hanzz/libtransport 2012-03-23 13:07:58 +01:00
HanzZ
53ce06cbea server cert for testing 2012-03-23 12:55:27 +01:00
Jan Kaluza
03969481e4 Do not count chatstate notification to statistics 2012-03-22 09:08:02 +01:00
Jan Kaluza
fa9b984708 Merge branch 'master' of github.com:hanzz/libtransport 2012-03-22 07:40:56 +01:00
Jan Kaluza
7a7f4fdaa9 kill skype with SIGKILL 2012-03-22 07:39:49 +01:00
HanzZ
143a692c8d Changelog 2012-03-21 16:40:20 +01:00
HanzZ
7c93aee6f4 Log4cxx is optional dependency now 2012-03-21 16:31:51 +01:00
HanzZ
1f60d0547c Changed libtransport-plugin deps to have logging.h used from libpurple backend 2012-03-21 15:46:25 +01:00
Jan Kaluza
52039dd4df Stop backend when user disconnects and admin wants to have one user per backend 2012-03-21 11:10:11 +01:00
Jan Kaluza
7d238f4440 catch FileInputStream exception 2012-03-21 11:01:07 +01:00
Jan Kaluza
9338b6103a Merge branch 'master' of github.com:hanzz/libtransport 2012-03-21 08:48:56 +01:00
HanzZ
3b4c7b384b ssize_t on windows... 2012-03-20 22:58:00 +01:00
HanzZ
2bf17991b5 define getpid on windows 2012-03-20 22:51:17 +01:00
HanzZ
e910508a9c define getpid on windows 2012-03-20 22:45:41 +01:00
HanzZ
9c7d577b0e define getpid on windows 2012-03-20 22:45:13 +01:00
HanzZ
661f59cdb2 Merge branch 'master' of github.com:hanzz/libtransport 2012-03-20 22:26:44 +01:00
HanzZ
7067865738 Send admin contac tot user 2012-03-20 22:06:51 +01:00
Jan Kaluza
75f202cb88 Catch out of range exception 2012-03-20 10:28:39 +01:00
Jan Kaluza
a10cccd1e1 Fixed skype crash 2012-03-20 08:12:10 +01:00
HanzZ
ab72dd03c6 new sample.cfg 2012-03-19 15:09:55 +01:00
HanzZ
dd8627bbfe little cleanup in libpurple backend 2012-03-16 12:27:59 +01:00
HanzZ
8a471b73f7 Changelog 2012-03-16 12:00:55 +01:00
HanzZ
19ebf447d6 GET_RESPONSE_DATA fix 2012-03-16 10:37:40 +01:00
Jan Kaluza
c4e327423f inform skype that we seen the received message 2012-03-15 09:06:52 +01:00
Jan Kaluza
23457aedcf GET_PROPERTY in Skype 2012-03-15 08:09:41 +01:00
HanzZ
a06a47ed11 moved log4cxx initialization to libtransport 2012-03-14 21:18:10 +01:00
HanzZ
48f2d9d6b1 Moved database initialization into StorageBackend 2012-03-14 18:56:23 +01:00
HanzZ
c6c322f51f Logs shows backends PID + there's new crashed_backends command to find out PIDs of crashed backends to make log inspection easier 2012-03-14 18:11:32 +01:00
HanzZ
7102c90a4e Merge branch 'master' of github.com:hanzz/libtransport 2012-03-14 18:01:09 +01:00
Jan Kaluza
0e01945c98 Forward proper errors to XMPP user instead of Internal Server Error 2012-03-14 14:48:24 +01:00
Jan Kaluza
55c2748110 Removed unrecognized commands 2012-03-14 09:22:29 +01:00
Jan Kaluza
4cd528271c send info about missed calls + probably fixed Incorrect Password notification 2012-03-14 09:00:19 +01:00
HanzZ
59df0248db Merge branch 'master' of github.com:hanzz/libtransport 2012-03-13 22:18:26 +01:00
HanzZ
eea254d29c log error on disconnect everytime 2012-03-13 21:57:09 +01:00
Jan Kaluza
1846c3953d Fixed skype hopeful 2012-03-13 09:52:28 +01:00
Jan Kaluza
4c1285a8e1 log sent messages 2012-03-12 14:02:09 +01:00
Jan Kaluza
c43a4b4fc1 sleep for 2 seconds before trying to connect skype using dbus and try it repeatedly when skype refuses to authenticate spectrum 2012-03-12 10:48:24 +01:00
HanzZ
7ecce75bab More skype tweaks 2012-03-11 12:08:54 +01:00
HanzZ
b627e6177f Fixed crash in skype handleMemoryUsage 2012-03-11 11:31:02 +01:00
HanzZ
8dba1176b5 Remove skype tmp directory before login 2012-03-10 11:31:13 +01:00