aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/nogaim.h
Commit message (Collapse)AuthorAgeLines
...
| |
| \
*-. | Merging from main development tree.Wilmer van der Gaast2006-05-26-5/+10
|\ \|
| | * Fix typoJelmer Vernooij2006-05-25-1/+1
| | |
| | * Added G_GNUC_PRINTF(...) to definitions of functions that take formatWilmer van der Gaast2006-05-23-1/+1
| | | | | | | | | | | | | | | strings so GCC can detect them and complain when things don't look right.
| | * Added bim_ functions for block/allow list management to keep gc->permit/denyWilmer van der Gaast2006-05-23-0/+5
| | | | | | | | | | | | | | | up-to-date at run-time.
| | * Some changes for im_api. (bim_* functions)Wilmer van der Gaast2006-05-23-3/+3
| |/
* / Moved everything to the BitlBee event handling API.Wilmer van der Gaast2006-05-10-1/+1
|/
* Removed account_offline(), we have signoff() already.Wilmer van der Gaast2006-04-13-1/+0
|
* Cleaned up two more functions from nogaim.Wilmer van der Gaast2006-04-13-7/+0
|
* Got rid of some old e-mail addresses.Wilmer van der Gaast2006-04-07-1/+1
|
* Unused stuff.Wilmer van der Gaast2006-04-07-10/+0
|
* Added/Fixed calls to show_got_added() in all IM-modules, now to fill in thatWilmer van der Gaast2006-04-03-1/+1
| | | | | call. (It should ask the user if he/she wants to add a buddy to his/her list.)
* Finished the iconv() fix. Instead of doing it every time something goes fromWilmer van der Gaast2006-03-31-15/+0
| | | | | | | or to the IM-modules, it's now just done with everything that goes between BitlBee and the user. Incomparably more efficient/reliable. Plus some more cleanups. It compiles, can't test it for real yet. ;-)
* Removed some unused stuff from nogaim.h, preparing to fix some API issues there.Wilmer van der Gaast2006-03-31-55/+23
|
* Better handling of IPv4 connections in IPv6 mode. (Wrapping/Unwrapping of ↵Wilmer van der Gaast2006-01-04-1/+2
| | | | ::ffff:style addresses.)
* Removed useless UTF8-related functions (iconv works a lot better).Wilmer van der Gaast2005-12-31-3/+1
|
* Merge my pluginable branchJelmer Vernooij2005-12-14-41/+4
|\
| * Remove references to file transfersJelmer Vernooij2005-11-29-30/+0
| |
| * Merge from JelmerJelmer Vernooij2005-11-15-1/+2
| |\
| * | Migrate my pluginable branch to use Wilmers' branch as parentJelmer Vernooij2005-11-07-41/+34
| | |
* | | Implements solution to typing notifications in ticket #45Matt Sparks2005-12-04-1/+1
| |/ |/|
* | Remove handle_cmp() replacing it by a protocol-specific function.Jelmer Vernooij2005-11-15-1/+2
|/
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+347