|
|
@c0c43fb
|
2008-12-14T10:31:49Z |
wilmer |
Fixed ic->away leaking memory. This var is only used by OSCAR and …
|
|
|
@b2c062d
|
2008-09-28T11:21:55Z |
wilmer |
Adding the password to the right part of the <presence> stanza so …
|
|
|
@94acdd0
|
2008-09-28T11:18:19Z |
wilmer |
Restored support for password-protected chatrooms (for now only by …
|
|
|
@2bebe15
|
2008-09-28T00:18:21Z |
wilmer |
Fixed one crash bug in Yahoo! chatroom invitation handling.
|
|
|
@3611717
|
2008-08-31T15:00:35Z |
wilmer |
Added auto_join code.
|
|
|
@7125cb3
|
2008-08-24T18:01:05Z |
wilmer |
Added SET_INVALID, which set evaluators should now return instead of …
|
|
|
@a830512
|
2008-08-10T09:15:26Z |
wilmer |
Added msn_sb_write_msg() (patch from ulim).
|
|
|
@4230221
|
2008-08-09T23:00:38Z |
wilmer |
Added ceiling to auto-reconnect delay, changed the default to 5*3<900 …
|
|
|
@280e655
|
2008-08-05T23:07:07Z |
wilmer |
Simple exponential backoff code. Have to add a maximum delay setting, …
|
|
|
@d84e2a9
|
2008-08-02T11:21:36Z |
wilmer |
Microsoft, I hate you.
|
|
|
@0f4c2734
|
2008-07-31T20:44:43Z |
wilmer |
Reverting to the old MSN/Passport authentication mechanism, the new …
|
|
|
@718e05f
|
2008-07-28T23:44:58Z |
wilmer |
ext_yahoo_error() shouldn't close the connection if the error is …
|
|
|
@f5d1b31
|
2008-06-29T23:41:39Z |
wilmer |
Merging changes from Jelmer: It's now possible to cross-compile a …
|
|
|
@1145964
|
2008-06-29T11:11:50Z |
wilmer |
Fixed two memory leaks in the MSN module.
|
|
|
@178e2f8
|
2008-06-28T17:32:41Z |
Jelmer Vernooij |
Merge trunk.
|
|
|
@dfbb056
|
2008-06-24T09:01:29Z |
wilmer |
Never use yahoo_close() directly, always use yahoo_logoff().
|
|
|
@89d736a
|
2008-06-22T19:21:06Z |
wilmer |
From the department of over-engineering, now cached packet IDs are …
|
|
|
@fab3d2d
|
2008-06-22T13:02:15Z |
wilmer |
Shut up a "mostly harmless" warning (this NULL would never actually be …
|
|
|
@de82335
|
2008-06-22T12:26:19Z |
wilmer |
Another fixup after [devel,394]. Clearly I'm not a morning person.
|
|
|
@c801d25
|
2008-06-22T10:05:33Z |
wilmer |
Fixed bug in [devel,394].
|
|
|
@424e663
|
2008-06-22T09:32:46Z |
wilmer |
Partial fix for #419: Moved normalize() and some other stuff to OSCAR …
|
|
|
@98de2cc
|
2008-06-21T23:51:18Z |
wilmer |
Now preserving case in JID resources, and handling them with case …
|
|
|
@3e6764a
|
2008-06-21T23:34:11Z |
wilmer |
Added jabber_util unittests (buddy_add/_by_jid only ATM).
|
|
|
@7f69740
|
2008-06-15T18:11:47Z |
wilmer |
Using a port list instead of a single range for the allowed Jabber …
|
|
|
@5ec4129
|
2008-06-15T00:04:27Z |
wilmer |
Added parsing of Jabber chatroom invitations.
|
|
|
@52df5df
|
2008-06-14T01:19:12Z |
wilmer |
This seems to fix the Yahoo! logoff code. I have no idea why this was …
|
|
|
@2e0f24d
|
2008-06-10T21:09:08Z |
Jelmer Vernooij |
Merge support for cross-compiling for Windows using the mingw32 compiler.
|
|
|
@21e5d49
|
2008-06-10T03:16:15Z |
Jelmer Vernooij |
Move SSPI SSL implementation to same directory as other SSL backends.
|
|
|
@c4a1036
|
2008-06-09T01:52:28Z |
Jelmer Vernooij |
Merge integration branch.
|
|
|
@99f929c
|
2008-04-21T21:53:15Z |
wilmer |
Now checking if msn_sb_create() returns NULL. This is very unlikely, …
|
|
|
@aa31117
|
2008-04-08T20:44:34Z |
wilmer |
Don't automatically enable MSN debugging messages for debugging builds.
|
|
|
@9143aeb
|
2008-04-05T12:26:04Z |
wilmer |
query.h now defines a callback function type, not using void* for it …
|
|
|
@85d7b85
|
2008-04-02T14:22:57Z |
Jelmer Vernooij |
Merge trunk.
|
|
|
@8a2221a7
|
2008-03-23T14:29:19Z |
wilmer |
Fixed stalling issue with OpenSSL and Jabber (#368).
|
|
|
@e960a52
|
2008-03-16T14:39:34Z |
wilmer |
Fixed cached_id_prefix memory leak.
|
|
|
@4bb50ef
|
2008-03-15T23:53:54Z |
wilmer |
Although I have no idea what the author meant with code like
`if(cp != …
|
|
|
@79eae4a
|
2008-03-15T21:05:39Z |
wilmer |
Inviting someone to a Yahoo! chatroom with msg=NULL is bad. I wonder …
|
|
|
@a869d91
|
2008-03-15T17:44:21Z |
wilmer |
Indicate that we support YMSG protocol version 12, this should …
|
|
|
@9186d15
|
2008-02-17T11:26:44Z |
wilmer |
Automatically truncate MSN passports to 16 characters because that's …
|
|
|
@e6648bf
|
2008-02-17T11:16:01Z |
wilmer |
Replaced old MSN Passport (v1.4) authentication code with what's …
|
|
|
@4bbcba3
|
2008-02-16T22:40:38Z |
wilmer |
Moved xmltree handlers initialization to xt_new().
|
|
|
@add23a2
|
2008-02-16T22:07:14Z |
wilmer |
Moved xmltree to lib/ because I want to use it from more than just the …
|
|
|
@a73e91a
|
2008-02-16T17:38:30Z |
wilmer |
Added callback on Jabber add-to-roster requests so buddies get added …
|
|
|
@ca60550
|
2008-02-16T15:58:22Z |
wilmer |
Merge from Jelmer.
|
|
|
@fc5cf88
|
2008-02-16T15:45:12Z |
Jelmer Vernooij |
Fix lcov dependencies.
|
|
|
@af97b23
|
2008-02-16T13:17:52Z |
wilmer |
Improved sasl_get_part() to deal with whitespace in challenge strings, …
|
|
|
@3038e47
|
2008-02-10T17:11:06Z |
wilmer |
Added support for password-protected Jabber chatrooms.
|
|
|
@63075d7
|
2008-02-03T23:33:18Z |
wilmer |
Messages from the user are also included in backlogs when joining a …
|
|
|
@8ff0a61
|
2008-02-03T17:11:15Z |
wilmer |
Disabling "Unknown command" warnings since they're very noisy and …
|
|
|
@8c1eb80
|
2008-02-03T16:59:39Z |
wilmer |
Implemented XEP-0115. This adds some info to the <presence/> tags so …
|
|
|
@979cfb4
|
2008-02-03T13:54:19Z |
wilmer |
Saner garbage collection of cached packets in the Jabber module. Now …
|
|
|
@f774e01
|
2008-01-30T23:05:52Z |
wilmer |
Fixed handling of OSCAR multi-part messages... They're not arrays, …
|
|
|
@b5c8a34
|
2008-01-24T22:49:47Z |
wilmer |
Keeping track of valid Jabber connections so _connected() events will …
|
|
|
@613cc55
|
2008-01-24T22:22:46Z |
wilmer |
Fixed two valgrind warnings (partially uninitialized "struct tm" vars.)
|
|
|
@a882d6c
|
2008-01-20T11:15:40Z |
wilmer |
The Jabber module now uses imcb_chat_log() instead of imcb_log() where …
|
|
|
@31e5846
|
2008-01-20T00:17:57Z |
wilmer |
Added imcb_chat_log() for chatroom system messages, so they can be …
|
|
|
@0adce21
|
2008-01-20T00:01:31Z |
wilmer |
GET_BUDDY_FIRST wasn't actually implemented, even though it was in use …
|
|
|
@83ba3e5
|
2008-01-18T13:20:37Z |
wilmer |
Moving imcb_chat_new() to a saner location (no code changes) and …
|
|
|
@ac4adf9
|
2008-01-17T22:48:32Z |
wilmer |
Apparently ext_yahoo_got_im can be called with msg=NULL, so it should …
|
|
|
@52744f8
|
2008-01-17T22:06:55Z |
wilmer |
Fixing some Solaris compiler warnings (u_int->uint, adding some …
|
|
|
@13857c6
|
2008-01-13T17:13:45Z |
wilmer |
Fixed handing of failed groupchat joins.
|
|
|
@dded27d
|
2008-01-13T14:48:32Z |
wilmer |
Fixed "Conditional jump or move depends on uninitialised value(s)" at …
|
|
|
@59f527b6
|
2008-01-12T17:24:38Z |
wilmer |
When a switchboard connection dies (at the TCP level) and there are …
|
|
|
@e64de00
|
2008-01-12T00:24:46Z |
wilmer |
Killed info_string_append() and now showing the IP address of ICQ …
|
|
|
@e7f8838
|
2008-01-11T13:17:11Z |
wilmer |
Fixing bug #344, now away states should always be correct, even when …
|
|
|
@181e47a
|
2008-01-10T00:31:38Z |
wilmer |
Now setting odata->icq properly again, this got lost some time ago, …
|
|
|
@43462708
|
2008-01-06T12:37:55Z |
wilmer |
More consistency in error/warning errors. Until now "WARNING:" was …
|
|
|
@46dca11
|
2008-01-06T12:32:27Z |
wilmer |
Changed warning message about unsent MSN messages. It should show the …
|
|
|
@1febf5c
|
2008-01-05T21:15:32Z |
wilmer |
Added "mail_notifications" setting. Who needs those notifications …
|
|
|
@3585c5a
|
2008-01-05T19:03:02Z |
wilmer |
Added handling of MSN switchboard NAK messages. Untested, but hey, it …
|
|
|
@fb4ebcc5
|
2007-12-28T23:26:44Z |
wilmer |
Added missing return in jabber_login().
|
|
|
@529078a
|
2007-12-16T16:35:38Z |
wilmer |
Implemented XEP-0199 (patch from misc@…).
|
|
|
@30ce1ce
|
2007-12-12T23:30:51Z |
wilmer |
Killed the <server> parameter to "account add" and changed the default …
|
|
|
@d52111a
|
2007-12-12T21:36:33Z |
wilmer |
Fixed sockerr_again() usage in Jabber module to (hopefully) fix a 100% …
|
|
|
@c058ff9
|
2007-12-09T23:19:35Z |
wilmer |
Added /invite support for Jabber chatrooms (and fixed the argument …
|
|
|
@de03374
|
2007-12-04T22:59:59Z |
wilmer |
Fixing jabber_login/_logout for better (non-crashing) cleanup on early …
|
|
|
@80e9db9
|
2007-12-02T23:14:49Z |
wilmer |
Forgot to return something in jabber_chat_join_failed().
|
|
|
@5bd21df
|
2007-12-02T17:25:57Z |
wilmer |
Handling of presence-error packets (only useful for groupchats now), …
|
|
|
@4306d8b
|
2007-12-02T16:43:57Z |
wilmer |
Removed retarded printf() (ARGH) and moved the event handling handling …
|
|
|
@9ff5737
|
2007-11-29T21:55:14Z |
wilmer |
printf() in daemons considered harmful.
|
|
|
@608f8cf
|
2007-11-24T18:02:39Z |
wilmer |
Added some random hash to the id= for cached XMPP packets so that …
|
|
|
@3a80471
|
2007-11-24T01:13:15Z |
wilmer |
(Hopefully) fixing one case where the Jabber module doesn't understand …
|
|
|
@77bfd07
|
2007-11-23T23:07:44Z |
wilmer |
Replaced GPL-incompatible SHA1 hashing code (and renamed the files in …
|
|
|
@56f260a
|
2007-11-22T22:56:52Z |
wilmer |
Some changes to get rid of compiler warnings. (And disabling strict …
|
|
|
@ef5c185
|
2007-11-19T23:14:39Z |
wilmer |
Added Jabber groupchat topic support.
|
|
|
@50e1776
|
2007-11-19T22:23:58Z |
wilmer |
Merging /TOPIC code from Miklos Vajna. Untested, because I still have …
|
|
|
@ebb95b6
|
2007-11-14T23:42:07Z |
wilmer |
Merging from devel/Jelmer.
|
|
|
@a6df0b5
|
2007-11-14T23:29:43Z |
wilmer |
Added "xmlconsole" setting so it can be enabled at login time already.
|
|
|
@1bf1ae6
|
2007-11-14T23:09:22Z |
wilmer |
Removed some debugging stuff that shouldn't have been here for a long …
|
|
|
@be68d99
|
2007-11-10T09:25:50Z |
wilmer |
Handing of multipart messages in OSCAR (usually from mobiles), this …
|
|
|
@764b163d
|
2007-10-12T12:18:16Z |
Jelmer Vernooij |
Fix another warning.
|
|
|
@eda54e4
|
2007-10-12T00:08:58Z |
wilmer |
Merge from devel.
|
|
|
@d444c09
|
2007-10-12T00:06:50Z |
wilmer |
Added word_wrap() function to misc.c and using it at the right places …
|
|
|
@1186382
|
2007-10-10T22:15:59Z |
wilmer |
Made the netsplit-like quit messages optional.
|
|
|
@527360f
|
2007-10-10T00:34:24Z |
wilmer |
Added some comments to nogaim.h (Thanks to Miklos Vajna).
|
|
|
@acd61b9
|
2007-10-08T00:04:33Z |
Miklos Vajna |
Improve comments in nogaim.h so that writing support for new protocols …
|
|
|
@8ad90fb
|
2007-08-30T22:23:07Z |
wilmer |
From vmiklos: More verbose error message on plugin load failures.
|
|
|
@82135c7
|
2007-08-08T09:20:57Z |
wilmer |
Not trying to handle typing notifications from unknown buddies anymore …
|
|
|
@1baaef8
|
2007-07-30T19:12:06Z |
wilmer |
Added jabber_error_parse() and using it for both stream- and stanza …
|
|
|
@85023c6
|
2007-07-15T15:47:34Z |
wilmer |
Added imcb_clean_handle() to sanitize handles properly (without …
|
|
|