Commit graph

99 commits

Author SHA1 Message Date
HanzZ
803c590d46 Added variable to log4cxx configs 2011-10-05 09:28:25 +02:00
HanzZ
b8dc29b0a8 Merge branch 'master' of github.com:hanzz/libtransport 2011-10-04 20:12:17 +02:00
HanzZ
ca76287f4d Set nickname according to received vcard 2011-10-03 23:09:14 +02:00
Jan Kaluza
193a798746 Fixed bad timing in FT code 2011-10-03 14:44:08 +02:00
HanzZ
b55ba07e93 Handle FT cancelation 2011-10-03 11:35:32 +02:00
HanzZ
46f5c51d00 Working FT rejecting 2011-10-02 11:11:08 +02:00
HanzZ
260262c393 Move FT to separate class 2011-10-01 21:12:18 +02:00
HanzZ
941bba0427 Fixed compilation with latest swiften 2011-09-30 10:00:44 +02:00
HanzZ
715efadbdf Forward FT data from backend to spectrum2 process 2011-09-28 19:59:58 +02:00
HanzZ
7b692e8837 FT works on libpurple backend's side. not working on spectrum2 server part yet 2011-09-28 14:32:57 +02:00
HanzZ
02b2f22f3e First part of filetransfer 2011-09-28 10:58:48 +02:00
HanzZ
1888250815 don't use markup_linkify 2011-09-27 21:16:59 +02:00
Jan Kaluza
7ec599cb50 use spectrum_markup_linkify to escape href attribute 2011-09-27 15:44:33 +02:00
Jan Kaluza
6cffbaebf8 Handle 'Xfire Invitation Message' input request 2011-09-27 15:14:51 +02:00
HanzZ
eb6eed3b79 we can use purple_accounts_delete with spectrum2. it does not have so bad performance with < 100 accounts 2011-09-26 21:48:19 +02:00
HanzZ
931a5c7685 Way to disable privacy lists 2011-09-21 22:53:37 +02:00
HanzZ
9a9ecb5230 Use purple_normalize everywhere... this should fix AIM problems of some users 2011-09-21 10:43:18 +02:00
HanzZ
8fa4354942 little refactorization of libpurple backend 2011-09-20 15:05:29 +02:00
HanzZ
64a0a5d6b5 support setting int/bool in [purple] section 2011-09-16 13:02:40 +02:00
HanzZ
c7ef038fec Call purple_account_disconnect before set_enabled to avoid race condition with PurpleConnection disconnect timer 2011-09-13 21:17:29 +02:00
Jan Kaluza
9eab007d5b Fix of previous commit 2011-08-23 15:48:55 +02:00
Jan Kaluza
8db20bcae0 Call handleLogoutRequest in timer 2011-08-23 15:32:38 +02:00
Jan Kaluza
632afeabe0 More documentation + API cleaning 2011-08-23 14:18:22 +02:00
Jan Kaluza
0d320a2990 Remove from memory also users which disconnected because of error 2011-08-23 08:02:41 +02:00
HanzZ
93ddc62068 added [backend] no_vcard_fetch variable to stop fetching vcard from remote network and answer only with avatar 2011-08-18 00:29:46 +02:00
HanzZ
852bd33b22 Maybe fix for XMPP avatars 2011-08-17 00:19:54 +02:00
HanzZ
13a6896ce1 vcard tweaking 2011-08-16 23:16:52 +02:00
HanzZ
f9b712391e Overwrite nickname in vcard only if it is not set yet 2011-08-16 21:55:45 +02:00
HanzZ
b2fd4a4563 parse unregistered config options and working [purple] options parsing 2011-08-16 21:51:19 +02:00
Jan Kaluza
2e0b797ae0 remove notify_user_info... 2011-08-15 16:23:49 +02:00
Jan Kaluza
689249c7e0 . 2011-08-15 16:14:14 +02:00
HanzZ
5a445b490f check protocol before connecting user 2011-08-14 21:26:39 +02:00
HanzZ
717ee40df7 handle errors in purple_account_set_status + check for empty passwords 2011-08-14 20:38:38 +02:00
HanzZ
2f9b2826cf Disable direct_connect 2011-08-13 19:13:31 +02:00
HanzZ
f47187d464 Probably working invisible state, but I'm lazy to test it after midnight... 2011-08-13 02:03:49 +02:00
HanzZ
8a35635569 working blocking even for MSN 2011-08-12 10:30:43 +02:00
HanzZ
4bb54c1831 set privacy type to deny_users 2011-08-11 23:28:02 +02:00
HanzZ
1df767b43e verbose logging by default 2011-08-09 22:29:59 +02:00
Jan Kaluza
e81f12bfe3 lowercase nicknames in vcard handler before comparing them 2011-08-09 14:21:41 +02:00
Jan Kaluza
a1cf70cd89 Remove <body>...</body> tags from XHTML messages 2011-08-09 13:59:35 +02:00
Jan Kaluza
cc067c87fa handle privacy-changed 2011-08-01 17:04:41 +02:00
Jan Kaluza
5ad84a3775 Don't remove part of JID in prpl-any mode in vcard requets 2011-08-01 16:36:36 +02:00
HanzZ
037cf20326 Fixed vcards in prpl-any mode 2011-07-31 21:10:53 +02:00
HanzZ
be6e854f37 fixed vcards with prpl-any 2011-07-31 19:10:48 +02:00
HanzZ
88f6ecb382 remove buddy icon unrefing, just to test if it's the reason why libpurple crashes 2011-07-31 09:19:47 +02:00
HanzZ
ad49c6f567 added collect_backend admininterface command + collecting one backend every 2 hours 2011-07-29 22:54:28 +02:00
HanzZ
e733ee38fb Disable custom smileys to prevent crash in libpurple (we don't use this feature anyway) 2011-07-29 20:03:50 +02:00
HanzZ
62e6bdab3c call malloc_trim also in PurpleAccount destructor 2011-07-28 00:40:11 +02:00
Jan Kaluza
8ee0310448 First untested version of blocking feature 2011-07-27 10:33:34 +02:00
HanzZ
59236d962f Unref PurpleBuddyIcon -> another leak fixed 2011-07-26 23:01:22 +02:00