|
|
@58adb7e
|
2010-03-07T00:22:33Z |
wilmer |
Added global and per-account settings "away" and "status" so the user …
|
|
|
@34fbbf9
|
2010-03-06T18:22:20Z |
wilmer |
Adapted nogaim.c. Pretty nice cleanup of away state alias handling, mostly.
|
|
|
@4cf80bb
|
2009-10-23T10:43:15Z |
wilmer |
Shuffling a few more #includes. Much more shuffling will be needed.
|
|
|
@fa295e36
|
2009-10-10T13:39:51Z |
wilmer |
Added imcb_ask_auth() instead of reimplementing authorization requests …
|
|
|
@c0c43fb
|
2008-12-14T10:31:49Z |
wilmer |
Fixed ic->away leaking memory. This var is only used by OSCAR and …
|
|
|
@94acdd0
|
2008-09-28T11:18:19Z |
wilmer |
Restored support for password-protected chatrooms (for now only by …
|
|
|
@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 …
|
|
|
@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, …
|
|
|
@9143aeb
|
2008-04-05T12:26:04Z |
wilmer |
query.h now defines a callback function type, not using void* for it …
|
|
|
@31e5846
|
2008-01-20T00:17:57Z |
wilmer |
Added imcb_chat_log() for chatroom system messages, so they can be …
|
|
|
@83ba3e5
|
2008-01-18T13:20:37Z |
wilmer |
Moving imcb_chat_new() to a saner location (no code changes) and …
|
|
|
@52744f8
|
2008-01-17T22:06:55Z |
wilmer |
Fixing some Solaris compiler warnings (u_int->uint, adding some …
|
|
|
@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.
|
|
|
@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.
|
|
|
@8ad90fb
|
2007-08-30T22:23:07Z |
wilmer |
From vmiklos: More verbose error message on plugin load failures.
|
|
|
@85023c6
|
2007-07-15T15:47:34Z |
wilmer |
Added imcb_clean_handle() to sanitize handles properly (without …
|
|
|
@c9c7ca7
|
2007-07-11T14:22:00Z |
wilmer |
Fixed imc_logout() (assigning u too early). Stupid me.
|
|
|
@1962ac1
|
2007-07-02T21:07:43Z |
wilmer |
Fixed nick hint function to only set the nick if it's different from …
|
|
|
@998b103
|
2007-06-13T23:31:39Z |
wilmer |
Added imcb_remove_buddy() so deletions in Jabber roster pushes …
|
|
|
@43d8cc5
|
2007-06-13T23:31:18Z |
wilmer |
Fixed a memory management problem that caused some strange nickname issues.
|
|
|
@7e9dc74
|
2007-06-13T23:30:59Z |
wilmer |
Fixed the duplicate-nick problem. Very very very stupid bug... :-(
|
|
|
@e0e2a71
|
2007-06-04T13:36:51Z |
wilmer |
Fixed retarded use of strcpy() and no longer using Jabber fullnames …
|
|
|
@d06eabf
|
2007-06-04T13:22:05Z |
wilmer |
Added imcb_buddy_nick_hint so the Jabber conference module can suggest …
|
|
|
@2d317bb
|
2007-04-23T05:18:47Z |
wilmer |
Fixes: handling of being kicked, now sending <presence/> tags to all …
|
|
|
@0e7ab64
|
2007-04-23T02:58:44Z |
wilmer |
Got rid of one HORRIBLE stupidity called chat_by_channel(), which …
|
|
|
@e35d1a1
|
2007-04-22T20:44:27Z |
wilmer |
Read-only support for Jabber conferences (non-anonymous rooms only). …
|
|
|
@f6c963b
|
2007-04-21T04:13:21Z |
wilmer |
Renamed some more prpl functions.
|
|
|
@61ae52c
|
2007-04-20T05:19:06Z |
wilmer |
Renamed/slightly changed syntax of groupchat callback functions.
|
|
|
@d323394c
|
2007-04-20T04:49:30Z |
wilmer |
New code to use nicknames stored in ICQ contact lists.
|
|
|
@f0cb961
|
2007-04-19T06:03:43Z |
wilmer |
More API changes: buddy list management. imcb_add_buddy() is now a …
|
|
|
@9624fdf
|
2007-04-17T04:49:17Z |
wilmer |
API cleanup pretty much complete. Fixed pretty much everything except …
|
|
|
@6bbb939
|
2007-04-16T04:01:13Z |
wilmer |
Split serv_got_update() into imcb_buddy_(status|times). (Well, the …
|
|
|
@84b045d
|
2007-04-16T01:03:08Z |
wilmer |
s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h a …
|
|
|
@c2fb3809
|
2007-04-15T22:39:35Z |
wilmer |
Cleaned up struct im_connection. No more username/password stuff since …
|
|
|
@aef4828
|
2007-04-06T05:20:31Z |
wilmer |
More cleanups, mainly in the callbacks. Replaced things like …
|
|
|
@0da65d5
|
2007-03-31T05:40:45Z |
wilmer |
s/gaim_connection/im_connection/ and some other minor API changes. The …
|
|
|
@fa29d093
|
2007-03-28T05:53:11Z |
wilmer |
Preparing for Jabber conference room support.
|
|
|
@e8a6211
|
2006-10-22T17:00:15Z |
wilmer |
Merge from main tree.
|
|
|
@2087159
|
2006-10-22T09:24:55Z |
wilmer |
Away devoices are done by the server instead of by root now. This …
|
|
|
@66f783f
|
2006-10-21T21:40:06Z |
wilmer |
Complete fix (or mostly a work-around) for nested calls to signoff(). …
|
|
|
@5e202b0
|
2006-09-23T16:18:24Z |
wilmer |
Implemented a list of away states, using this for a better set_away(), …
|
|
|
@8d74291
|
2006-09-22T16:56:58Z |
wilmer |
Fixed return value on incomplete write()s in write handler, protection …
|
|
|
@d5ccd83
|
2006-08-13T19:15:23Z |
wilmer |
Extra comments in set.h and now properly using set_getbool() instead …
|
|
|
@00a5270
|
2006-07-14T18:24:59Z |
wilmer |
Added a per-connection auto_reconnect setting.
|
|
|
@5b52a48
|
2006-07-03T21:22:45Z |
wilmer |
Implemented per-account nick lists instead of per-protocol nick lists. …
|
|
|
@0a3c243
|
2006-06-30T23:18:56Z |
wilmer |
Got rid of struct aim_user (now using account_t everywhere). Needs …
|
|
|
@5c9512f
|
2006-06-30T09:17:18Z |
wilmer |
Made set.c API more generic so it's not specific to irc_t structures …
|
|
|
@fd03770
|
2006-06-25T19:43:14Z |
wilmer |
Merging from devel/Jelmer.
|
|
|
@b72caac
|
2006-06-21T16:34:33Z |
wilmer |
Merging libevent branch: Events can now be handles by both glib and …
|
|
|
@85e9644
|
2006-06-07T13:36:19Z |
wilmer |
Merging Jelmer's storage tree (with LDAP support).
|
|
|
@fb62f81f
|
2006-06-03T19:51:16Z |
wilmer |
Implemented netsplits for "account off".
|
|
|
@68b518d6
|
2006-05-26T09:03:38Z |
wilmer |
Merging from main development tree.
|
|
|
@da3b536
|
2006-05-23T08:09:16Z |
wilmer |
Added bim_ functions for block/allow list management to keep …
|
|
|
@226fce1
|
2006-05-23T07:45:14Z |
wilmer |
Some changes for im_api. (bim_* functions)
|
|
|
@c53911e
|
2006-05-20T11:48:08Z |
wilmer |
Fixed a string handling mistake and better stripping of servernames …
|
|
|
@41ca004
|
2006-05-19T07:55:53Z |
wilmer |
Merging from main development tree.
|
|
|
@dd89a55
|
2006-05-15T17:57:12Z |
wilmer |
Fixed various memory leaks/other possible problems after code review.
|
|
|
@c98be00
|
2006-05-15T09:52:01Z |
wilmer |
No more need for remove_by_user_data, hope the auto-reconnect code …
|
|
|
@ba9edaa
|
2006-05-10T17:34:46Z |
wilmer |
Moved everything to the BitlBee event handling API.
|
|
|
@ecf8fa8
|
2006-05-09T07:20:05Z |
wilmer |
Split off event handling related functions (depending on GLib) to …
|
|
|
@4d89886
|
2006-04-14T06:18:23Z |
wilmer |
Removed import_buddies message.
|
|
|
@c99af3a
|
2006-04-13T07:30:11Z |
wilmer |
Removed account_offline(), we have signoff() already.
|
|
|
@88b3a07
|
2006-04-13T07:15:42Z |
wilmer |
Cleaned up two more functions from nogaim.
|
|
|
@7bf0f5f0
|
2006-04-07T09:22:48Z |
wilmer |
Filled in show_got_added().
|
|
|
@e6d6047
|
2006-04-03T20:21:35Z |
wilmer |
Added/Fixed calls to show_got_added() in all IM-modules, now to fill …
|
|
|
@e27661d
|
2006-03-31T17:55:47Z |
wilmer |
Finished the iconv() fix. Instead of doing it every time something …
|
|
|
@9b8a38b
|
2006-03-22T18:22:41Z |
wilmer |
Buddy group data is now stored in the user_t structure.
|
|
|
@7b07dc6
|
2006-03-21T08:36:10Z |
wilmer |
Fixed ugliness in serv_got_crap().
|
|
|
@19a6c75
|
2006-03-21T08:19:01Z |
wilmer |
Added Hidden and Invisible to the away state aliases list.
|
|
|
@61dddd0
|
2006-03-18T08:33:33Z |
wilmer |
Fixed #111, Jabber away states get set correctly at connect-time now.
|
|
|
@84c1a0a
|
2006-03-15T19:19:16Z |
wilmer |
Small code cleanup, got rid of some functions in nogaim.c that we …
|
|
|
@4bfca70
|
2005-12-17T00:48:35Z |
Jelmer Vernooij |
Add variable for plugindir rather then always using the define
|
|
|
@703f0f7
|
2005-12-14T01:17:25Z |
Jelmer Vernooij |
Merge my pluginable branch
|
|
|
@019c031
|
2005-12-04T21:55:15Z |
Jelmer Vernooij |
Merge from Wilmer
|
|
|
@d636233
|
2005-12-04T15:12:32Z |
wilmer |
Oops... :-(
1.0
|
|
|
@e7f46c5
|
2005-12-04T12:58:41Z |
root |
Implements solution to typing notifications in ticket #45
|
|
|
@25d1be7
|
2005-12-04T00:48:57Z |
wilmer |
do_error_dialog shouldn't do NULL dereferences anymore, and TYPING …
|
|
|
@f1df064
|
2005-12-02T23:41:57Z |
wilmer |
Oops...
A
very
small
typo
caused very weird problems in the line …
|
|
|
@65e2ce1
|
2005-11-28T23:27:09Z |
Jelmer Vernooij |
Disable plugin support by default, support compilation with non-C99 …
|
|
|
@b20b32f
|
2005-11-28T01:14:06Z |
Jelmer Vernooij |
Merge from Wilmer
|
|
|
@dfde8e0
|
2005-11-26T02:24:38Z |
wilmer |
Messages specific to a connection only mention the handle now if …
|
|
|
@30f248a
|
2005-11-26T02:02:38Z |
wilmer |
Lowered the line splitting limit a bit (and made it a bit prettier by …
|
|
|
@df618475
|
2005-11-20T21:02:18Z |
wilmer |
Incoming typing notices are now sent as a CTCP. Better consistency. …
|
|
|
@2cdd8ce
|
2005-11-19T15:17:03Z |
Jelmer Vernooij |
Merge Wilmer
|
|
|
@94281ef
|
2005-11-19T11:54:01Z |
wilmer |
Oops, even BitlBee didn't know yet that channel names can start with …
|
|
|
@c572dd6
|
2005-11-18T12:41:58Z |
wilmer |
HTML stripping is optional again (but still safer than before 0.93), …
|
|
|
@5c09a59
|
2005-11-15T23:16:39Z |
wilmer |
Got rid of raw B's in source,
Replaced most irc_usermsg() calls in …
|
|
|
@c998255
|
2005-11-15T14:57:38Z |
Jelmer Vernooij |
Merge from Jelmer
|
|
|
@9cb9868
|
2005-11-15T14:47:17Z |
Jelmer Vernooij |
Remove handle_cmp() replacing it by a protocol-specific function.
|
|
|
@b135438
|
2005-11-15T13:20:27Z |
Jelmer Vernooij |
Merge changes from Wilmer
|
|
|
@06045f6
|
2005-11-12T14:18:55Z |
wilmer |
Fixed inconsistency (in fact stupidity) in do_error_dialog().
|
|
|
@7b23afd
|
2005-11-07T16:16:18Z |
Jelmer Vernooij |
Migrate my pluginable branch to use Wilmers' branch as parent
|
|
|