Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Added correct return values for callbacks in yahoo.c. | Wilmer van der Gaast | 2006-05-15 | -6/+4 |
| | ||||
* | Shutting up annoying compilers. | Wilmer van der Gaast | 2006-05-15 | -2/+2 |
| | ||||
* | Oops, closesocket() didn't handle sockets with both a read- and a | Wilmer van der Gaast | 2006-05-14 | -2/+7 |
| | | | | | write-handler very well yet. | |||
* | Disabled debugging, everything seems to be fine. | Wilmer van der Gaast | 2006-05-14 | -2/+5 |
| | ||||
* | Added a closesocket() that properly removes event handlers before closing a ↵ | Wilmer van der Gaast | 2006-05-14 | -0/+21 |
| | | | | socket. | |||
* | Timeouts are now persistent. | Wilmer van der Gaast | 2006-05-13 | -7/+14 |
| | ||||
* | libevent code works better with epoll() now in some (pretty common) situations. | Wilmer van der Gaast | 2006-05-13 | -25/+65 |
| | ||||
* | OpenSSL support. | Wilmer van der Gaast | 2006-05-13 | -11/+12 |
| | ||||
* | Fixed GnuTLS support. | Wilmer van der Gaast | 2006-05-13 | -16/+13 |
| | ||||
* | It works, it works! \o/ | Wilmer van der Gaast | 2006-05-13 | -4/+29 |
| | ||||
* | Added some debugging. | Wilmer van der Gaast | 2006-05-13 | -8/+23 |
| | ||||
* | Stable, almost finished. | Wilmer van der Gaast | 2006-05-12 | -11/+14 |
| | ||||
* | events_libevent.c | Wilmer van der Gaast | 2006-05-12 | -1/+145 |
| | ||||
* | Moved everything to the BitlBee event handling API. | Wilmer van der Gaast | 2006-05-10 | -184/+266 |
| | ||||
* | Split off event handling related functions (depending on GLib) to events_glib.c. | Wilmer van der Gaast | 2006-05-09 | -76/+161 |
| | ||||
* | Fixed ssl_nss.c (although it still needs some non-blocking I/O changes). | Wilmer van der Gaast | 2006-04-17 | -3/+9 |
| | ||||
* | Y2K! ;-) | Wilmer van der Gaast | 2006-04-17 | -1/+1 |
| | ||||
* | Removed import_buddies message. | Wilmer van der Gaast | 2006-04-14 | -11/+0 |
| | ||||
* | Removed account_offline(), we have signoff() already. | Wilmer van der Gaast | 2006-04-13 | -7/+0 |
| | ||||
* | Cleaned up two more functions from nogaim. | Wilmer van der Gaast | 2006-04-13 | -23/+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 |
| | ||||
* | Filled in show_got_added(). | Wilmer van der Gaast | 2006-04-07 | -1/+32 |
| | ||||
* | Added/Fixed calls to show_got_added() in all IM-modules, now to fill in that | Wilmer van der Gaast | 2006-04-03 | -5/+9 |
| | | | | | 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 from | Wilmer van der Gaast | 2006-03-31 | -121/+25 |
| | | | | | | | 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 Gaast | 2006-03-31 | -98/+24 |
| | ||||
* | Buddy group data is now stored in the user_t structure. | Wilmer van der Gaast | 2006-03-22 | -0/+1 |
| | ||||
* | Fixed ugliness in serv_got_crap(). | Wilmer van der Gaast | 2006-03-21 | -3/+5 |
| | ||||
* | Added Hidden and Invisible to the away state aliases list. | Wilmer van der Gaast | 2006-03-21 | -1/+2 |
| | ||||
* | Added a special +b usermode for easier parseability of some things. | Wilmer van der Gaast | 2006-03-21 | -1/+1 |
| | | | | | (For now blist and qlist, but more should come) | |||
* | ns.c now passess the first group a buddy is in. | Wilmer van der Gaast | 2006-03-21 | -1/+7 |
| | ||||
* | Basic handling of LSG responses. | Wilmer van der Gaast | 2006-03-21 | -26/+22 |
| | ||||
* | Stupid warnings. :-P | Wilmer van der Gaast | 2006-03-18 | -3/+0 |
| | ||||
* | Fixed #111, Jabber away states get set correctly at connect-time now. | Wilmer van der Gaast | 2006-03-18 | -13/+4 |
| | ||||
* | Fixed a very stupid bug in the "Closing switchboard with unsent messages" | Wilmer van der Gaast | 2006-03-17 | -4/+4 |
| | | | | | | warning message. There's still another problem with switchboar management somewhere.. :-( | |||
* | Small code cleanup, got rid of some functions in nogaim.c that we never needed. | Wilmer van der Gaast | 2006-03-15 | -31/+6 |
| | ||||
* | Fixed ssl_openssl... :-/ | Wilmer van der Gaast | 2006-03-05 | -10/+76 |
| | ||||
* | Merge Wilmer | Jelmer Vernooij | 2006-02-12 | -3/+6 |
|\ | ||||
| * | When closing down MSN (sb) connections with unsent messages, the warning | Wilmer van der Gaast | 2006-01-30 | -3/+6 |
| | | | | | | | | | | message now mentions the people those messages were meant for. | |||
* | | Merge from Wilmer | Jelmer Vernooij | 2006-01-24 | -987/+267 |
|\| | ||||
| * | Removed a bogus printf from the OSCAR code, grrrr. | Wilmer van der Gaast | 2006-01-23 | -2/+0 |
| | | ||||
| * | Removed some very unpleasant check from the OSCAR code. (Caused | Wilmer van der Gaast | 2006-01-19 | -1/+8 |
| | | | | | | | | | | testing.bitlbee.org to get ... quite busy.) | |||
| * | Fixed read() error handling in Jabber module. | Wilmer van der Gaast | 2006-01-19 | -1/+2 |
| | | ||||
| * | Fixed Yahoo! invisible status. (Thanks to a patch someone posted on ↵ | Wilmer van der Gaast | 2006-01-14 | -7/+10 |
| | | | | | | | | FreshMeat some time ago.) | |||
| * | Got rid of yahoo_list, since GLib has this all already. Couldn't test too ↵ | Wilmer van der Gaast | 2006-01-13 | -284/+22 |
| | | | | | | | | well if this breaks anything, but it shouldn't. | |||
| * | Cleaned up some warnings in MSN module that appeared because of the const ↵ | Wilmer van der Gaast | 2006-01-04 | -9/+14 |
| | | | | | | | | change. | |||
| * | MSN consts! | Wilmer van der Gaast | 2006-01-04 | -12/+12 |
| | | ||||
| * | Better handling of IPv4 connections in IPv6 mode. (Wrapping/Unwrapping of ↵ | Wilmer van der Gaast | 2006-01-04 | -1/+2 |
| | | | | | | | | ::ffff:style addresses.) | |||
| * | Converted all tables in yahoo_fn into static consts so BitlBee instances can ↵ | Wilmer van der Gaast | 2006-01-03 | -190/+190 |
| | | | | | | | | share them. | |||
| * | Removed useless UTF8-related functions (iconv works a lot better). | Wilmer van der Gaast | 2005-12-31 | -58/+2 |
| | |