source: protocols/oscar

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @188b75e   2017-01-03T03:32:37Z dx oscar: fix checkdisallowed condition, which was breaking login. …
(edit) @d57484d   2016-12-26T22:39:18Z dx Change some asserts into g_return_if_fail() Because crashing asserts …
(edit) @c94e208   2016-10-18T07:00:24Z dx oscar: remove some dead code
(edit) @f66425d   2015-12-18T17:54:40Z dx oscar: Add prefixes to all functions that may conflict with purple …
(edit) @0db6618   2015-10-26T08:28:10Z dx Use proxy_disconnect() in http, ssl, jabber, oscar Twitter and MSN …
(edit) @e88fe7da   2015-08-07T21:53:25Z vlajos typofix - https://github.com/vlajos/misspell_fixer
(edit) @53c7799   2015-06-13T23:34:05Z dx oscar: Fix some more g_source_remove warnings
(edit) @81a15da   2015-05-07T23:12:06Z dx oscar/ssi.c: fix "same on both sides" in condition Fixes trac ticket 1196
(edit) @3d45471   2015-02-22T14:49:58Z wilmer Remove a few stale functions from struct prpl.
(edit) @5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
(edit) @8519f45   2015-01-26T02:43:34Z dx Silence some oscar compilation warnings And that's enough editing of …
(edit) @25c4c78   2015-01-16T19:50:24Z dx Fix compiler warnings on Cygwin and Mac OS X. * Don't use PIE/PIC on …
(edit) @6b13103   2015-01-16T19:50:23Z dx Replace isdigit/isalpha/.../tolower/toupper with glib variants This …
(edit) @6f10697   2015-01-16T19:50:23Z dx Fix incorrect Free Software Foundation address
(edit) @e252d8c   2014-09-27T14:54:35Z dx RIP native win32 support (use cygwin instead) It has been broken for …
(edit) @af496d8   2013-05-06T15:13:49Z wilmer Use UCS-2BE instead of UNICODEBIG as the UTF16 charset used by the …
(edit) @e31e5b8   2013-04-20T13:05:55Z wilmer Merging "storage" branch which I wrote long ago. It separates …
(edit) @536dfa1   2012-11-11T22:13:07Z wilmer Cleaning up struct im_connection a little bit.
(edit) @6042a54   2012-10-19T23:38:33Z wilmer Massive cleanup in OSCAR.
(edit) @386042c   2012-10-19T23:16:52Z wilmer Removing some more cruft now that I've (re)discovered ld garbage …
(edit) @0eb971a   2012-10-19T22:39:10Z wilmer Removing some fully dead code.
(edit) @7281ad1   2012-09-15T15:59:17Z wilmer Allow building position-independent executables. #981, patch from …
(edit) @bb5ce568   2012-06-07T22:41:17Z wilmer s/ACC_SET_NOSAVE/SET_NOSAVE/.
(edit) @7a2a486   2012-06-03T23:08:43Z wilmer Shut up a flood of GLib-related compiler warnings.
(edit) @7fa5c19   2012-02-11T12:55:45Z wilmer Rename SRCDIR directory to _SRCDIR_. I guess #907 was caused by SRCDIR …
(edit) @b041b52   2011-12-06T21:50:43Z wilmer Merging compiler warning fixes from vmiklos. This change also …
(edit) @d18db32f   2011-12-06T00:53:26Z Miklos Vajna oscar: unused-but-set-variables
(edit) @6a45181   2011-10-20T03:28:29Z wilmer Clearer error msg when trying to add an existing OSCAR contact. Bug #828.
(edit) @6b96de6   2010-11-15T23:00:32Z wilmer Un-deprecate login.icq.com, ICQ is back on its own server thanks to …
(edit) @7064d28   2010-10-25T14:23:46Z aelmahmoudy Fix typo: recieve -> receive
(edit) @8e9e2b7   2010-10-03T02:45:26Z wilmer Merging mainline, which includes a huge msnp13 merge. Not 100% sure …
(edit) @fef7813   2010-09-05T11:31:22Z wilmer Fix compiler warnings. Also fixing irc_send_motd(), which so far got …
(edit) @f5c0d8e   2010-08-31T20:06:14Z wilmer Merge mainline stuff.
(edit) @df61c35a   2010-08-30T19:24:28Z wilmer Warn the user when his/her AIM/ICQ password seems to be too long. For …
(edit) @b0a89cc   2010-08-27T08:48:18Z wilmer Use nifty gcc -MD feature to automatically track .h dependencies of …
(edit) @be999a5   2010-08-23T23:12:24Z wilmer First step in this merge. Mostly a bzr merge and then a cleanup of …
(edit) @0ebf919   2010-08-21T22:25:37Z wilmer Pass "user is mobile" info coming from OSCAR up to BitlBee and show …
(edit) @daae10f   2010-08-07T16:33:02Z wilmer OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen …
(edit) @f7d12f7   2010-08-05T20:20:44Z wilmer Some fixes for compiler warnings that only show up when compiling with …
(edit) @5588edf5   2010-07-25T08:56:17Z wilmer Suppress GLib warning when trying to get a user's IP address while not …
(edit) @42acba1   2010-07-25T08:54:25Z wilmer Some support for changing group info on OSCAR.
(edit) @7989d40d   2010-07-24T14:19:44Z wilmer Fixing chat_join() for OSCAR to return a struct groupchat* right away, …
(edit) @03f3828   2010-07-24T14:06:22Z wilmer Adding protocol-specific chatroom settings. First one to use this: AIM …
(edit) @e437366   2010-07-16T23:55:53Z wilmer Fix possible crash on trying to use half-created OSCAR chatrooms.
(edit) @4346c3f4   2010-07-16T23:31:55Z wilmer Merging mainline.
(edit) @ef14a83   2010-07-16T23:14:04Z wilmer WTF AOL, now suddenly underscores are not allowed in room names?
(edit) @56699f0   2010-06-07T15:11:09Z wilmer Show idle + login time info in /WHOIS (if available).
(edit) @4aa0f6b   2010-06-07T14:31:07Z wilmer Merging killerbee stuff, bringing all the bleeding-edge stuff together.
(edit) @1fdb0a4   2010-06-05T23:26:07Z wilmer Merging mainline.
(edit) @3759849   2010-06-03T22:08:23Z pesco merge in bitlbee head
(edit) @bb09b3c   2010-06-03T21:13:57Z pesco merge in bitlbee 1.2.7
(edit) @814aa52   2010-06-03T11:00:45Z pesco merge in bitlbee 1.2.6
(edit) @5f8ab6a9   2010-06-03T10:41:03Z pesco merge in bitlbee 1.2.5
(edit) @3f81999   2010-06-03T10:31:46Z pesco merge in bitlbee 1.2.4
(edit) @3dc6d86   2010-06-02T08:47:18Z wilmer Disable old-style ICQ authentication. It looks like AOL or whoever is …
(edit) @f60079b   2010-05-25T22:26:54Z wilmer Allow one to run the configure script from a different directory and …
(edit) @2334048   2010-05-16T09:50:57Z wilmer Oi, don't leak that precious memory!
(edit) @d4bc2d9   2010-05-16T09:46:27Z wilmer Handle AIM_CAPS_ICQRTF messages (sometimes sent by certain mobile …
(edit) @ec86b22   2010-05-15T23:28:16Z wilmer Mainline merge. (Probably mostly irrelevant for this branch, oh well.)
(edit) @704dd38   2010-06-01T21:51:27Z wilmer Merging head.
(edit) @3429b58   2010-05-13T22:05:13Z wilmer Mainline merge.
(edit) @7ee07c3   2010-05-09T16:06:19Z wilmer It looks like AIM mem requests (implemented as damn_you() and …
(edit) @5a673f3   2010-05-09T13:04:45Z wilmer Pick up buddy group information from OSCAR server-side contact list.
(edit) @e5abfd4   2010-05-09T11:26:57Z wilmer Safety check for yesterday's fixes: Double-check that a groupchat …
(edit) @bd5eee3   2010-05-09T09:48:56Z wilmer Merging mainline, mostly for chatroom fixes I implemented there.
(edit) @75610c3   2010-05-09T00:40:54Z wilmer Fixed up OSCAR to work with the new way of setting up groupchats.
(edit) @5a599a1   2010-05-09T00:40:03Z wilmer Room names on OSCAR can't start with digits, this broke the "chat …
(edit) @81e04e1   2010-04-01T02:32:25Z wilmer nogaim.c is close to doing something useful again without speaking any …
(edit) @85693e6   2010-03-21T16:17:24Z wilmer Merging in killerbee stuff (just file transfers and maybe a few things …
(edit) @545d7c0   2010-03-21T10:18:28Z wilmer Added ignore_auth_requests setting (patch from vmiklos, bug #578).
(edit) @fb020ac   2010-03-07T18:43:23Z wilmer Merging in mainline, including improved away/status stuff.
(edit) @68198e9   2010-03-07T00:31:34Z wilmer Two more fixes in OSCAR to avoid NULL pointers being passed to …
(edit) @17f9522   2010-03-06T16:17:23Z wilmer OSCAR cleanup.
(edit) @e046390   2009-10-10T23:25:54Z wilmer Make purple use BitlBee's event handling API. Since the APIs never …
(edit) @b9369b5   2009-06-17T23:17:15Z wilmer Fixed compatibility with AIM mobile messages. Should work according to …
(edit) @673a54c   2009-03-12T19:33:28Z pesco pretty blind try at merging in the latest trunk
(edit) @5469952   2008-12-14T15:04:48Z wilmer Detect disconnects caused by concurrent logins or rate limiting, and …
(edit) @c0c43fb   2008-12-14T10:31:49Z wilmer Fixed ic->away leaking memory. This var is only used by OSCAR and …
(edit) @94acdd0   2008-09-28T11:18:19Z wilmer Restored support for password-protected chatrooms (for now only by …
(edit) @6738a67   2008-07-16T23:22:52Z pesco merge in latest trunk
(edit) @fab3d2d   2008-06-22T13:02:15Z wilmer Shut up a "mostly harmless" warning (this NULL would never actually be …
(edit) @de82335   2008-06-22T12:26:19Z wilmer Another fixup after [devel,394]. Clearly I'm not a morning person.
(edit) @c801d25   2008-06-22T10:05:33Z wilmer Fixed bug in [devel,394].
(edit) @424e663   2008-06-22T09:32:46Z wilmer Partial fix for #419: Moved normalize() and some other stuff to OSCAR …
(edit) @9143aeb   2008-04-05T12:26:04Z wilmer query.h now defines a callback function type, not using void* for it …
(edit) @4eb4c0f   2008-02-16T17:15:31Z sm merge in upstream changes
(edit) @ca60550   2008-02-16T15:58:22Z wilmer Merge from Jelmer.
(edit) @fc5cf88   2008-02-16T15:45:12Z Jelmer Vernooij Fix lcov dependencies.
(edit) @5a71d9c   2008-02-09T17:58:13Z sm - add support for setting ops/voice according to OTR msgstate - add …
(edit) @f774e01   2008-01-30T23:05:52Z wilmer Fixed handling of OSCAR multi-part messages... They're not arrays, …
(edit) @613cc55   2008-01-24T22:22:46Z wilmer Fixed two valgrind warnings (partially uninitialized "struct tm" vars.)
(edit) @e64de00   2008-01-12T00:24:46Z wilmer Killed info_string_append() and now showing the IP address of ICQ …
(edit) @181e47a   2008-01-10T00:31:38Z wilmer Now setting odata->icq properly again, this got lost some time ago, …
(edit) @43462708   2008-01-06T12:37:55Z wilmer More consistency in error/warning errors. Until now "WARNING:" was …
(edit) @30ce1ce   2007-12-12T23:30:51Z wilmer Killed the <server> parameter to "account add" and changed the default …
(edit) @c058ff9   2007-12-09T23:19:35Z wilmer Added /invite support for Jabber chatrooms (and fixed the argument …
(edit) @9ff5737   2007-11-29T21:55:14Z wilmer printf() in daemons considered harmful.
(edit) @ebb95b6   2007-11-14T23:42:07Z wilmer Merging from devel/Jelmer.
(edit) @be68d99   2007-11-10T09:25:50Z wilmer Handing of multipart messages in OSCAR (usually from mobiles), this …
(edit) @e900442   2007-07-05T23:39:47Z wilmer Merging from devel. Added documentation for the join_chat command, …
Note: See TracRevisionLog for help on using the revision log.