aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Added correct return values for callbacks in yahoo.c.Wilmer van der Gaast2006-05-15-6/+4
|
* Shutting up annoying compilers.Wilmer van der Gaast2006-05-15-2/+2
|
* Oops, closesocket() didn't handle sockets with both a read- and aWilmer van der Gaast2006-05-14-2/+7
| | | | | write-handler very well yet.
* Fixed a little memory access bug.Wilmer van der Gaast2006-05-14-5/+5
|
* Disabled debugging, everything seems to be fine.Wilmer van der Gaast2006-05-14-2/+5
|
* Added a closesocket() that properly removes event handlers before closing a ↵Wilmer van der Gaast2006-05-14-0/+23
| | | | socket.
* irc_vawrite() now first attempts to write() immediately (because that'sWilmer van der Gaast2006-05-14-3/+10
| | | | | | | usually not a problem) and only touches the event queue when the write() doesn't write everything. And got rid of a quit element in the irc_t structure that actually wasn't even used.
* Timeouts are now persistent.Wilmer van der Gaast2006-05-13-7/+14
|
* libevent code works better with epoll() now in some (pretty common) situations.Wilmer van der Gaast2006-05-13-25/+65
|
* OpenSSL support.Wilmer van der Gaast2006-05-13-11/+12
|
* Fixed GnuTLS support.Wilmer van der Gaast2006-05-13-16/+13
|
* It works, it works! \o/Wilmer van der Gaast2006-05-13-4/+29
|
* Added some debugging.Wilmer van der Gaast2006-05-13-8/+23
|
* Stable, almost finished.Wilmer van der Gaast2006-05-12-11/+14
|
* events_libevent.cWilmer van der Gaast2006-05-12-1/+145
|
* Moved everything to the BitlBee event handling API.Wilmer van der Gaast2006-05-10-254/+342
|
* Some extra #defines in bitlbee.h to prevent the use of some GLib functions.Wilmer van der Gaast2006-05-09-9/+24
|
* Split off event handling related functions (depending on GLib) to events_glib.c.Wilmer van der Gaast2006-05-09-76/+161
|
* Got rid of all GLib GIOChannel-related calls outside proxy.cWilmer van der Gaast2006-05-07-69/+49
|
* Slightly different wording for add -tmp.Wilmer van der Gaast2006-05-07-1/+1
|
* Added add -tmp to the docs.Wilmer van der Gaast2006-05-05-0/+5
|
* Better xinetd file, thanks to friedman@splode.com (#129).Wilmer van der Gaast2006-05-05-3/+8
|
* Closing #132.Wilmer van der Gaast2006-05-05-1/+1
|
* Misc. things (mainly code cleanup, better quoting for root commands)Wilmer van der Gaast2006-04-25-49/+24
|\
| * Implemented better quoting for root command arguments.Wilmer van der Gaast2006-04-25-0/+7
| | | | | | | | | | (Support for backslashes instead of just "' quotes.)
| * Fixed ssl_nss.c (although it still needs some non-blocking I/O changes).Wilmer van der Gaast2006-04-17-3/+9
| |
| * Y2K! ;-)Wilmer van der Gaast2006-04-17-1/+1
| |
| * Removed import_buddies message.Wilmer van der Gaast2006-04-14-11/+0
| |
| * Removed account_offline(), we have signoff() already.Wilmer van der Gaast2006-04-13-11/+7
| |
| * Cleaned up two more functions from nogaim.Wilmer van der Gaast2006-04-13-23/+0
| |
* | Added $proto($handle) account matching to account_get().Wilmer van der Gaast2006-04-08-0/+26
|/
* Misc. merges. (Main thing: "$blah is not in your list yet, would you like to ↵Wilmer van der Gaast2006-04-08-19/+40
|\ | | | | | | add him?")
| * Got rid of some old e-mail addresses.Wilmer van der Gaast2006-04-07-3/+3
| |
| * Unused stuff.Wilmer van der Gaast2006-04-07-10/+0
| |
| * Filled in show_got_added().Wilmer van der Gaast2006-04-07-3/+34
| |
| * Renamed irc_free_userhash().Wilmer van der Gaast2006-04-07-3/+3
|/
* Added "add -tmp" command, which you can use to temporary add a buddy to yourWilmer van der Gaast2006-04-03-1/+13
| | | | | list, like the handle_unknown=add setting does.
* Added/Fixed calls to show_got_added() in all IM-modules, now to fill in thatWilmer van der Gaast2006-04-03-5/+9
| | | | | call. (It should ask the user if he/she wants to add a buddy to his/her list.)
* Format string problem in cmd_block/allow.Wilmer van der Gaast2006-04-02-2/+2
|
* Complete fix for #113: a->reconnect does *not* contain a GLib source ID, oops...Wilmer van der Gaast2006-04-01-1/+1
|
* List header for "account list" in mode +b.Wilmer van der Gaast2006-04-01-0/+3
|
* Tested and fixed one issue, and got rid of one more superfluous iconv call.Wilmer van der Gaast2006-03-31-12/+6
|
* Finished the iconv() fix. Instead of doing it every time something goes fromWilmer van der Gaast2006-03-31-127/+143
| | | | | | | 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. ;-)
* irc_vawrite() does charset conversion now. Next step: Do it for incoming IRCWilmer van der Gaast2006-03-31-6/+15
| | | | | traffic, and get rid of most other iconv() calls.
* Cut-and-paste considered harmful.Wilmer van der Gaast2006-03-31-2/+2
|
* Removed some unused stuff from nogaim.h, preparing to fix some API issues there.Wilmer van der Gaast2006-03-31-98/+24
|
* Made configure quiet when it can't find bzr, and added repository nick toWilmer van der Gaast2006-03-30-2/+8
| | | | | generated version number.
* Buddy group data is now stored in the user_t structure.Wilmer van der Gaast2006-03-22-0/+2
|
* Restored buddy counts in blist output for +b mode, it's a nice end-of-list ↵Wilmer van der Gaast2006-03-22-2/+1
| | | | marker.
* Updated documentation for the new block/allow syntax. Yes, it's slightlyWilmer van der Gaast2006-03-21-0/+9
| | | | | ambiguous now, but it shouldn't cause problems.