| Commit message (Expand) | Author | Age | Lines |
| * | Added Jabber groupchat topic support. | Wilmer van der Gaast | 2007-11-19 | -2/+2 |
| * | Merging /TOPIC code from Miklos Vajna. Untested, because I still have to | Wilmer van der Gaast | 2007-11-19 | -0/+10 |
| * | Merge from devel. | Wilmer van der Gaast | 2007-10-12 | -6/+90 |
| |\ |
|
| | * | Added some comments to nogaim.h (Thanks to Miklos Vajna). | Wilmer van der Gaast | 2007-10-10 | -1/+2 |
| | * | Improve comments in nogaim.h so that writing support for new protocols will be | Miklos Vajna | 2007-10-08 | -6/+88 |
| * | | Added imcb_clean_handle() to sanitize handles properly (without putting | Wilmer van der Gaast | 2007-07-15 | -0/+1 |
| * | | Added imcb_buddy_nick_hint so the Jabber conference module can suggest sane | Wilmer van der Gaast | 2007-06-04 | -0/+1 |
| * | | Prepared the Jabber module for anonymous rooms, but the BitlBee core | Wilmer van der Gaast | 2007-04-25 | -0/+1 |
| * | | Got rid of one HORRIBLE stupidity called chat_by_channel(), which still | Wilmer van der Gaast | 2007-04-22 | -1/+0 |
| * | | Read-only support for Jabber conferences (non-anonymous rooms only). | Wilmer van der Gaast | 2007-04-22 | -4/+2 |
| |/ |
|
| * | join_chat root command works for AIM chats now. (Was trivial to add and | Wilmer van der Gaast | 2007-04-21 | -1/+1 |
| * | Consistency; Using OPT_T(YP|HINK)ING for outgoing typing notfication crap | Wilmer van der Gaast | 2007-04-20 | -2/+2 |
| * | Added G_GNUC_PRINTF() to imcb_(log|error) to keep an eye on fmt string issues. | Wilmer van der Gaast | 2007-04-20 | -2/+2 |
| * | Renamed some more prpl functions. | Wilmer van der Gaast | 2007-04-20 | -4/+4 |
| * | Renamed/slightly changed syntax of groupchat callback functions. | Wilmer van der Gaast | 2007-04-19 | -10/+9 |
| * | More API changes: buddy list management. imcb_add_buddy() is now a *real* | Wilmer van der Gaast | 2007-04-18 | -3/+4 |
| * | API cleanup pretty much complete. Fixed pretty much everything except the | Wilmer van der Gaast | 2007-04-16 | -7/+7 |
| * | Split serv_got_update() into imcb_buddy_(status|times). (Well, the second | Wilmer van der Gaast | 2007-04-15 | -13/+11 |
| * | s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h a | Wilmer van der Gaast | 2007-04-15 | -48/+38 |
| * | Cleaned up struct im_connection. No more username/password stuff since | Wilmer van der Gaast | 2007-04-15 | -5/+1 |
| * | More cleanups, mainly in the callbacks. Replaced things like | Wilmer van der Gaast | 2007-04-05 | -9/+6 |
| * | s/gaim_connection/im_connection/ and some other minor API changes. The rest | Wilmer van der Gaast | 2007-03-30 | -70/+78 |
| * | Preparing for Jabber conference room support. | Wilmer van der Gaast | 2007-03-27 | -23/+25 |
| * | Implemented per-account nick lists instead of per-protocol nick lists. | Wilmer van der Gaast | 2006-07-03 | -1/+1 |
| * | Added protocol-specific settings, made the server setting specific to only | Wilmer van der Gaast | 2006-07-02 | -0/+1 |
| * | Got rid of struct aim_user (now using account_t everywhere). Needs some more | Wilmer van der Gaast | 2006-07-01 | -20/+4 |
| * | Made set.c API more generic so it's not specific to irc_t structures anymore, | Wilmer van der Gaast | 2006-06-30 | -1/+1 |
| * | Merging Jelmer's storage tree (with LDAP support). | Wilmer van der Gaast | 2006-06-07 | -2/+4 |
| |\ |
|
| | * | Implemented netsplits for "account off". | Wilmer van der Gaast | 2006-06-03 | -2/+4 |
| | | | |
| | \ | |
| *-. | | Merging from main development tree. | Wilmer van der Gaast | 2006-05-26 | -5/+10 |
| |\ \| |
|
| | | * | Fix typo | Jelmer Vernooij | 2006-05-25 | -1/+1 |
| | | * | Added G_GNUC_PRINTF(...) to definitions of functions that take format | Wilmer van der Gaast | 2006-05-23 | -1/+1 |
| | | * | Added bim_ functions for block/allow list management to keep gc->permit/deny | Wilmer van der Gaast | 2006-05-23 | -0/+5 |
| | | * | Some changes for im_api. (bim_* functions) | Wilmer van der Gaast | 2006-05-23 | -3/+3 |
| | |/ |
|
| * / | Moved everything to the BitlBee event handling API. | Wilmer van der Gaast | 2006-05-10 | -1/+1 |
| |/ |
|
| * | Removed account_offline(), we have signoff() already. | Wilmer van der Gaast | 2006-04-13 | -1/+0 |
| * | Cleaned up two more functions from nogaim. | Wilmer van der Gaast | 2006-04-13 | -7/+0 |
| * | Got rid of some old e-mail addresses. | Wilmer van der Gaast | 2006-04-07 | -1/+1 |
| * | Unused stuff. | Wilmer van der Gaast | 2006-04-07 | -10/+0 |
| * | Added/Fixed calls to show_got_added() in all IM-modules, now to fill in that | Wilmer van der Gaast | 2006-04-03 | -1/+1 |
| * | Finished the iconv() fix. Instead of doing it every time something goes from | Wilmer van der Gaast | 2006-03-31 | -15/+0 |
| * | Removed some unused stuff from nogaim.h, preparing to fix some API issues there. | Wilmer van der Gaast | 2006-03-31 | -55/+23 |
| * | Better handling of IPv4 connections in IPv6 mode. (Wrapping/Unwrapping of ::f... | Wilmer van der Gaast | 2006-01-04 | -1/+2 |
| * | Removed useless UTF8-related functions (iconv works a lot better). | Wilmer van der Gaast | 2005-12-31 | -3/+1 |
| * | Merge my pluginable branch | Jelmer Vernooij | 2005-12-14 | -41/+4 |
| |\ |
|
| | * | Remove references to file transfers | Jelmer Vernooij | 2005-11-29 | -30/+0 |
| | * | Merge from Jelmer | Jelmer Vernooij | 2005-11-15 | -1/+2 |
| | |\ |
|
| | * | | Migrate my pluginable branch to use Wilmers' branch as parent | Jelmer Vernooij | 2005-11-07 | -41/+34 |
| * | | | Implements solution to typing notifications in ticket #45 | Matt Sparks | 2005-12-04 | -1/+1 |
| | |/
|/| |
|
| * | | Remove handle_cmp() replacing it by a protocol-specific function. | Jelmer Vernooij | 2005-11-15 | -1/+2 |
| |/ |
|