source: protocols/nogaim.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(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) @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) @449a51d   2010-03-16T10:18:02Z wilmer Include non-away status messages in blist and whois responses. The …
(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) @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) @4cf80bb   2009-10-23T10:43:15Z wilmer Shuffling a few more #includes. Much more shuffling will be needed.
(edit) @fa295e36   2009-10-10T13:39:51Z wilmer Added imcb_ask_auth() instead of reimplementing authorization requests …
(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.
(edit) @d444c09   2007-10-12T00:06:50Z wilmer Added word_wrap() function to misc.c and using it at the right places …
(edit) @1186382   2007-10-10T22:15:59Z wilmer Made the netsplit-like quit messages optional.
(edit) @8ad90fb   2007-08-30T22:23:07Z wilmer From vmiklos: More verbose error message on plugin load failures.
(edit) @85023c6   2007-07-15T15:47:34Z wilmer Added imcb_clean_handle() to sanitize handles properly (without …
(edit) @c9c7ca7   2007-07-11T14:22:00Z wilmer Fixed imc_logout() (assigning u too early). Stupid me.
(edit) @1962ac1   2007-07-02T21:07:43Z wilmer Fixed nick hint function to only set the nick if it's different from …
(edit) @998b103   2007-06-13T23:31:39Z wilmer Added imcb_remove_buddy() so deletions in Jabber roster pushes …
(edit) @43d8cc5   2007-06-13T23:31:18Z wilmer Fixed a memory management problem that caused some strange nickname issues.
(edit) @7e9dc74   2007-06-13T23:30:59Z wilmer Fixed the duplicate-nick problem. Very very very stupid bug... :-(
(edit) @e0e2a71   2007-06-04T13:36:51Z wilmer Fixed retarded use of strcpy() and no longer using Jabber fullnames …
(edit) @d06eabf   2007-06-04T13:22:05Z wilmer Added imcb_buddy_nick_hint so the Jabber conference module can suggest …
(edit) @2d317bb   2007-04-23T05:18:47Z wilmer Fixes: handling of being kicked, now sending <presence/> tags to all …
(edit) @0e7ab64   2007-04-23T02:58:44Z wilmer Got rid of one HORRIBLE stupidity called chat_by_channel(), which …
(edit) @e35d1a1   2007-04-22T20:44:27Z wilmer Read-only support for Jabber conferences (non-anonymous rooms only). …
(edit) @f6c963b   2007-04-21T04:13:21Z wilmer Renamed some more prpl functions.
(edit) @61ae52c   2007-04-20T05:19:06Z wilmer Renamed/slightly changed syntax of groupchat callback functions.
(edit) @d323394c   2007-04-20T04:49:30Z wilmer New code to use nicknames stored in ICQ contact lists.
(edit) @f0cb961   2007-04-19T06:03:43Z wilmer More API changes: buddy list management. imcb_add_buddy() is now a …
(edit) @9624fdf   2007-04-17T04:49:17Z wilmer API cleanup pretty much complete. Fixed pretty much everything except …
(edit) @6bbb939   2007-04-16T04:01:13Z wilmer Split serv_got_update() into imcb_buddy_(status|times). (Well, the …
(edit) @84b045d   2007-04-16T01:03:08Z wilmer s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h a …
(edit) @c2fb3809   2007-04-15T22:39:35Z wilmer Cleaned up struct im_connection. No more username/password stuff since …
(edit) @aef4828   2007-04-06T05:20:31Z wilmer More cleanups, mainly in the callbacks. Replaced things like …
(edit) @0da65d5   2007-03-31T05:40:45Z wilmer s/gaim_connection/im_connection/ and some other minor API changes. The …
(edit) @fa29d093   2007-03-28T05:53:11Z wilmer Preparing for Jabber conference room support.
(edit) @e8a6211   2006-10-22T17:00:15Z wilmer Merge from main tree.
(edit) @2087159   2006-10-22T09:24:55Z wilmer Away devoices are done by the server instead of by root now. This …
(edit) @66f783f   2006-10-21T21:40:06Z wilmer Complete fix (or mostly a work-around) for nested calls to signoff(). …
(edit) @5e202b0   2006-09-23T16:18:24Z wilmer Implemented a list of away states, using this for a better set_away(), …
(edit) @8d74291   2006-09-22T16:56:58Z wilmer Fixed return value on incomplete write()s in write handler, protection …
(edit) @d5ccd83   2006-08-13T19:15:23Z wilmer Extra comments in set.h and now properly using set_getbool() instead …
(edit) @00a5270   2006-07-14T18:24:59Z wilmer Added a per-connection auto_reconnect setting.
(edit) @5b52a48   2006-07-03T21:22:45Z wilmer Implemented per-account nick lists instead of per-protocol nick lists. …
(edit) @0a3c243   2006-06-30T23:18:56Z wilmer Got rid of struct aim_user (now using account_t everywhere). Needs …
(edit) @5c9512f   2006-06-30T09:17:18Z wilmer Made set.c API more generic so it's not specific to irc_t structures …
(edit) @fd03770   2006-06-25T19:43:14Z wilmer Merging from devel/Jelmer.
(edit) @b72caac   2006-06-21T16:34:33Z wilmer Merging libevent branch: Events can now be handles by both glib and …
(edit) @85e9644   2006-06-07T13:36:19Z wilmer Merging Jelmer's storage tree (with LDAP support).
(edit) @fb62f81f   2006-06-03T19:51:16Z wilmer Implemented netsplits for "account off".
(edit) @68b518d6   2006-05-26T09:03:38Z wilmer Merging from main development tree.
(edit) @da3b536   2006-05-23T08:09:16Z wilmer Added bim_ functions for block/allow list management to keep …
(edit) @226fce1   2006-05-23T07:45:14Z wilmer Some changes for im_api. (bim_* functions)
(edit) @c53911e   2006-05-20T11:48:08Z wilmer Fixed a string handling mistake and better stripping of servernames …
(edit) @41ca004   2006-05-19T07:55:53Z wilmer Merging from main development tree.
(edit) @dd89a55   2006-05-15T17:57:12Z wilmer Fixed various memory leaks/other possible problems after code review.
(edit) @c98be00   2006-05-15T09:52:01Z wilmer No more need for remove_by_user_data, hope the auto-reconnect code …
(edit) @ba9edaa   2006-05-10T17:34:46Z wilmer Moved everything to the BitlBee event handling API.
(edit) @ecf8fa8   2006-05-09T07:20:05Z wilmer Split off event handling related functions (depending on GLib) to …
(edit) @4d89886   2006-04-14T06:18:23Z wilmer Removed import_buddies message.
(edit) @c99af3a   2006-04-13T07:30:11Z wilmer Removed account_offline(), we have signoff() already.
(edit) @88b3a07   2006-04-13T07:15:42Z wilmer Cleaned up two more functions from nogaim.
(edit) @7bf0f5f0   2006-04-07T09:22:48Z wilmer Filled in show_got_added().
(edit) @e6d6047   2006-04-03T20:21:35Z wilmer Added/Fixed calls to show_got_added() in all IM-modules, now to fill …
(edit) @e27661d   2006-03-31T17:55:47Z wilmer Finished the iconv() fix. Instead of doing it every time something …
(edit) @9b8a38b   2006-03-22T18:22:41Z wilmer Buddy group data is now stored in the user_t structure.
(edit) @7b07dc6   2006-03-21T08:36:10Z wilmer Fixed ugliness in serv_got_crap().
(edit) @19a6c75   2006-03-21T08:19:01Z wilmer Added Hidden and Invisible to the away state aliases list.
(edit) @61dddd0   2006-03-18T08:33:33Z wilmer Fixed #111, Jabber away states get set correctly at connect-time now.
(edit) @84c1a0a   2006-03-15T19:19:16Z wilmer Small code cleanup, got rid of some functions in nogaim.c that we …
(edit) @4bfca70   2005-12-17T00:48:35Z Jelmer Vernooij Add variable for plugindir rather then always using the define
(edit) @703f0f7   2005-12-14T01:17:25Z Jelmer Vernooij Merge my pluginable branch
(edit) @019c031   2005-12-04T21:55:15Z Jelmer Vernooij Merge from Wilmer
(edit) @d636233   2005-12-04T15:12:32Z wilmer Oops... :-( 1.0
(edit) @e7f46c5   2005-12-04T12:58:41Z root Implements solution to typing notifications in ticket #45
(edit) @25d1be7   2005-12-04T00:48:57Z wilmer do_error_dialog shouldn't do NULL dereferences anymore, and TYPING …
(edit) @f1df064   2005-12-02T23:41:57Z wilmer Oops... A very small typo caused very weird problems in the line …
Note: See TracRevisionLog for help on using the revision log.