source: protocols/nogaim.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @7486853   2016-12-26T00:20:09Z dx Refactor: Split plugin info stuff from load_plugin() into two functions
(edit) @0483e1e   2016-11-28T19:26:16Z dx Fix some compiler warnings warn_unused_result on write() is …
(edit) @5a8afc3   2016-11-21T06:58:47Z dx Manual merge with wilmer's approach to handling missing protocols …
(edit) @a7baf40   2016-11-19T07:59:14Z dx Remove yahoo (the old protocol). Use funyahoo++ instead. RIP The …
(edit) @b4f496e   2016-11-19T07:32:48Z dx Improve handling of unknown protocols / missing plugins Instead of …
(edit) @ff468a7   2016-09-28T03:56:39Z dx Fix crash when setting away in protocols with null away_states list …
(edit) @35712b7   2016-05-26T02:48:08Z jgeboski Only load plugins with the right file extension Plugins which use …
(edit) @808825e   2016-05-26T02:48:08Z jgeboski Show the enabled/disabled protocols in the 'plugins' command output
(edit) @d28fe1c4   2016-05-26T02:48:08Z jgeboski Implemented plugin information for external plugins As of now, …
(edit) @4fe91a1   2016-05-06T16:28:10Z dx load_plugin: Improve g_module_open error message The previous one …
(edit) @a42fda4   2016-03-20T03:58:05Z dx Add imcb_buddy_nick_change(), like nick_hint but stronger nick_hint …
(edit) @977a9d5   2015-12-09T07:58:59Z dx Revert "imc_away_send_update: Fix leak of away_states linked list" …
(edit) @ed431c3   2015-12-05T16:06:54Z dx imc_away_send_update: Fix leak of away_states linked list
(edit) @ac68733a   2015-12-05T15:53:02Z dx If imc_away_state_find() fails, try again finding "away" Fixes trac …
(edit) @03df717   2015-12-01T04:45:20Z dx Add 'log' UI function, to avoid direct calls to irc_rootmsg from …
(edit) @ad9ac5d   2015-11-23T21:20:34Z dx Show a nicer message when a protocol is disabled in account add This …
(edit) @d6e2aa8   2015-11-09T12:21:46Z dx Nuke imcb_clean_handle(), which was merging handles accidentally …
(edit) @098a75b   2015-03-22T13:35:08Z dx Fix a bunch of memory leaks - irc_im.c: - bee_irc_user_msg: …
(edit) @5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
(edit) @11e7828   2015-01-26T02:43:35Z dx Fix whatsapp local contact lists Had to move the code that adds …
(edit) @6f10697   2015-01-16T19:50:23Z dx Fix incorrect Free Software Foundation address
(edit) @0e788f5   2013-02-21T19:15:59Z wilmer I'm still bored on a long flight. Wrote a script to automatically …
(edit) @aef2077   2012-11-12T00:14:29Z wilmer Bugfix: Two commits ago I broke cleanup of the account_on_timeout() …
(edit) @e132b60   2012-11-11T23:32:47Z wilmer Extend keepalive code to time out connections when pings don't get …
(edit) @0dd6570   2011-12-21T11:41:13Z wilmer Add a helpful message on what to do with OAuth login issues.
(edit) @17f057d   2011-12-13T00:34:07Z wilmer As I intended for a while already, use account tags everywhere instead …
(edit) @e67e513   2011-10-03T14:56:58Z pesco rename irc_usermsg to irc_rootmsg. add new irc_usermsg, …
(edit) @748bcdd   2010-11-21T15:23:54Z wilmer Time out if logging in takes too long (2m for now). Except for Twitter …
(edit) @02bb9db   2010-08-29T09:39:27Z wilmer Handle payloads attached to errors (assume any number in cmd[2] would …
(edit) @be7a180   2010-08-12T22:38:30Z wilmer Proper responses to CHL challenges. Clean up bee_users before calling …
(edit) @daae10f   2010-08-07T16:33:02Z wilmer OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen …
(edit) @8b61469   2010-07-30T14:28:22Z wilmer Don't notify the UI about group changes if there wasn't, in fact, a …
(edit) @f6f5eee   2010-07-27T22:04:19Z wilmer Source documentation update, including a short HACKING file.
(edit) @d0527c1   2010-07-17T11:34:24Z wilmer libpurple: Handle incoming authorization requests.
(edit) @1e52e1f   2010-07-11T10:30:27Z wilmer When cleaning up queries, q->data is free()d. Even if it turns out to …
(edit) @69b896b   2010-07-05T12:01:28Z wilmer When addressing people in a chatroom, try to translate the nickname to …
(edit) @5c7b45c   2010-07-04T13:36:08Z wilmer Auto joins for chatrooms.
(edit) @84c3a72   2010-06-27T12:39:07Z wilmer Import chatrooms configured in older BitlBee versions. Settings are …
(edit) @6ef9065   2010-06-07T21:09:33Z wilmer Restored nick_hint/nick_source functionality.
(edit) @0e8b3e8   2010-06-07T15:21:21Z wilmer Changing away_devoice will change current voice statuses in all channels.
(edit) @4aa0f6b   2010-06-07T14:31:07Z wilmer Merging killerbee stuff, bringing all the bleeding-edge stuff together.
(edit) @7e83e8e4   2010-06-05T00:35:17Z wilmer Inform the UI about group changes. This is important if the user has …
(edit) @ec86b22   2010-05-15T23:28:16Z wilmer Mainline merge. (Probably mostly irrelevant for this branch, oh well.)
(edit) @ad404ab   2010-06-03T00:20:53Z wilmer Restore add_* handle_unknown settings.
(edit) @3663bb3   2010-05-13T00:19:33Z wilmer Restore query cleanup on IM disconnects.
(edit) @4e608d6   2010-05-09T21:56:39Z wilmer Pick up group changes coming in during a session. Reflecting them in …
(edit) @7aadd71   2010-05-09T18:05:55Z wilmer Keep track of contact groups in a slightly more efficient way.
(edit) @aea8b68   2010-05-06T00:28:56Z wilmer Starting to restore chatroom stuff. Only enough to create and be …
(edit) @839189b   2010-05-02T21:06:25Z wilmer Applied show-offline patch from Florian E.J. Fruth, adapted for a few …
(edit) @4273158   2010-05-01T14:16:26Z wilmer Oops. rt_mon start at 0=Jan, causing off-by-a-month timestamps shown …
(edit) @ae3dc99   2010-04-24T17:02:07Z wilmer Merging stuff from mainline (1.2.6).
(edit) @21c87a7   2010-04-14T09:27:50Z wilmer Merging loads of stuff from mainline.
(edit) @573dab0   2010-04-13T10:20:04Z wilmer Incoming typing notifications.
(edit) @eabc9d2   2010-04-11T22:49:32Z wilmer Fixed cleanup issues when turning off an account. Also fixed syntax of …
(edit) @e00da63   2010-04-11T19:10:12Z wilmer Restored query/ask stuff.
(edit) @17a6ee9   2010-04-11T14:37:06Z wilmer Including DCC stuff again, with a wonderful extra layer of …
(edit) @cca0692   2010-04-09T00:40:38Z wilmer Added imcb_chat_nick_hint() and use it in the Twitter module to get …
(edit) @5b9b2b6   2010-04-08T00:55:17Z wilmer Added display_timestamps setting in case some people may not really …
(edit) @91cec2f   2010-04-07T21:38:56Z wilmer It'd be nice to not crash when the user goes away. :-) Don't export …
(edit) @123cac7   2010-04-07T19:40:39Z wilmer Merging Twitter support.
(edit) @3e57660   2010-04-07T03:59:01Z wilmer Show timestamps for offline messages. Including a timezone setting for …
(edit) @1d39159   2010-04-05T00:18:24Z wilmer Get full names properly. Handling of nick_source setting and …
(edit) @fb117aee   2010-04-02T02:29:45Z wilmer Cleaned lots of compiler warnings so I can get some signal again.
(edit) @d860a8d   2010-04-01T03:38:50Z wilmer Restored "account" root command and restored enough stuff to be able …
(edit) @81e04e1   2010-04-01T02:32:25Z wilmer nogaim.c is close to doing something useful again without speaking any …
(edit) @10a96f4   2010-03-29T12:25:01Z wilmer Start restoring IM-related bits, added bee_user.c with basic functions …
(edit) @81ee561   2010-03-20T18:03:18Z wilmer Merging head. Most changes are not so relevant because they're to IM …
(edit) @449a51d   2010-03-16T10:18:02Z wilmer Include non-away status messages in blist and whois responses. The …
(edit) @3330468   2010-03-14T23:15:05Z wilmer Merging in head.
(edit) @90cd6c4   2010-03-14T18:22:43Z wilmer Allow disabling certain IM protocols at runtime, patch from …
(edit) @fb00989   2010-03-14T17:55:27Z wilmer Adding a few consts and other misc fixes from bug #431. Doing this via …
(edit) @c6ca3ee   2010-03-14T17:49:24Z wilmer Some const/etc cleanups submitted by domen@… back in bug #431.
(edit) @286b28e   2010-03-13T01:02:47Z wilmer Added nick_source account setting to allow using full name fields for …
(edit) @3e1ef92c   2010-03-09T13:13:50Z wilmer Fixed a compiler warning for an ugliness that fortunately shouldn't …
(edit) @fb020ac   2010-03-07T18:43:23Z wilmer Merging in mainline, including improved away/status stuff.
(edit) @58adb7e   2010-03-07T00:22:33Z wilmer Added global and per-account settings "away" and "status" so the user …
(edit) @34fbbf9   2010-03-06T18:22:20Z wilmer Adapted nogaim.c. Pretty nice cleanup of away state alias handling, mostly.
(edit) @1b221e0   2009-12-01T21:08:02Z g.c.w.m.mulders Added twitter-module.
(edit) @cd741d8   2009-11-23T23:23:37Z wilmer Fixed compatibility with non-libpurple version: oscar is now …
(edit) @4e04194   2009-11-23T23:00:54Z wilmer Merging BitlBee 1.2.4+
(edit) @4cf80bb   2009-10-23T10:43:15Z wilmer Shuffling a few more #includes. Much more shuffling will be needed.
(edit) @e248c7f   2009-10-12T22:23:49Z wilmer Automatically try prpl-$proto if $proto doesn't exist, and disable …
(edit) @fa295e36   2009-10-10T13:39:51Z wilmer Added imcb_ask_auth() instead of reimplementing authorization requests …
(edit) @796da03   2009-10-04T23:28:11Z wilmer Something that compiles and runs, but otherwise utterly useless. Added …
(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) @3611717   2008-08-31T15:00:35Z wilmer Added auto_join code.
(edit) @7125cb3   2008-08-24T18:01:05Z wilmer Added SET_INVALID, which set evaluators should now return instead of …
(edit) @4230221   2008-08-09T23:00:38Z wilmer Added ceiling to auto-reconnect delay, changed the default to 5*3<900 …
(edit) @280e655   2008-08-05T23:07:07Z wilmer Simple exponential backoff code. Have to add a maximum delay setting, …
(edit) @9143aeb   2008-04-05T12:26:04Z wilmer query.h now defines a callback function type, not using void* for it …
(edit) @31e5846   2008-01-20T00:17:57Z wilmer Added imcb_chat_log() for chatroom system messages, so they can be …
(edit) @83ba3e5   2008-01-18T13:20:37Z wilmer Moving imcb_chat_new() to a saner location (no code changes) and …
(edit) @52744f8   2008-01-17T22:06:55Z wilmer Fixing some Solaris compiler warnings (u_int->uint, adding some …
(edit) @56f260a   2007-11-22T22:56:52Z wilmer Some changes to get rid of compiler warnings. (And disabling strict …
(edit) @ef5c185   2007-11-19T23:14:39Z wilmer Added Jabber groupchat topic support.
(edit) @50e1776   2007-11-19T22:23:58Z wilmer Merging /TOPIC code from Miklos Vajna. Untested, because I still have …
(edit) @ebb95b6   2007-11-14T23:42:07Z wilmer Merging from devel/Jelmer.
(edit) @764b163d   2007-10-12T12:18:16Z Jelmer Vernooij Fix another warning.
(edit) @eda54e4   2007-10-12T00:08:58Z wilmer Merge from devel.
Note: See TracRevisionLog for help on using the revision log.