Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | Merging from main development tree. | Wilmer van der Gaast | 2006-05-19 | -1/+1 | |
|\| | |||||
| * | Fixed various memory leaks/other possible problems after code review. | Wilmer van der Gaast | 2006-05-15 | -1/+1 | |
| | | |||||
* | | irc_vawrite() now first attempts to write() immediately (because that's | Wilmer van der Gaast | 2006-05-14 | -2/+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. | ||||
* | | Moved everything to the BitlBee event handling API. | Wilmer van der Gaast | 2006-05-10 | -18/+18 | |
| | | |||||
* | | Got rid of all GLib GIOChannel-related calls outside proxy.c | Wilmer van der Gaast | 2006-05-07 | -17/+11 | |
|/ | |||||
* | Removed account_offline(), we have signoff() already. | Wilmer van der Gaast | 2006-04-13 | -3/+5 | |
| | |||||
* | Renamed irc_free_userhash(). | Wilmer van der Gaast | 2006-04-07 | -3/+3 | |
| | |||||
* | Complete fix for #113: a->reconnect does *not* contain a GLib source ID, oops... | Wilmer van der Gaast | 2006-04-01 | -1/+1 | |
| | |||||
* | Tested and fixed one issue, and got rid of one more superfluous iconv call. | Wilmer van der Gaast | 2006-03-31 | -5/+5 | |
| | |||||
* | Finished the iconv() fix. Instead of doing it every time something goes from | Wilmer van der Gaast | 2006-03-31 | -2/+18 | |
| | | | | | | | 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 IRC | Wilmer van der Gaast | 2006-03-31 | -6/+15 | |
| | | | | | traffic, and get rid of most other iconv() calls. | ||||
* | Fixed cleanup of connections in (non-forking) daemon mode. (Better handling | Wilmer van der Gaast | 2006-03-15 | -2/+5 | |
| | | | | | of auto_reconnect) | ||||
* | Renamed commands.c, got rid of return values in all command functions. | Wilmer van der Gaast | 2006-01-20 | -20/+23 | |
| | |||||
* | Merging IPC branch, it's too different from the main code to keep it | Wilmer van der Gaast | 2006-01-20 | -632/+124 | |
|\ | | | | | | | | | separated (and it's pretty stable now). Have fun. :-) | ||||
| * | Die, bug, die! (And apparently bzr suddenly felt like merging some old ↵ | Wilmer van der Gaast | 2006-01-19 | -1/+1 | |
| |\ | | | | | | | | | | commits...) | ||||
| * | | Fixes for single-process daemon mode, changed value of USTATUS_SHUTDOWN. If | Wilmer van der Gaast | 2006-01-19 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | this still causes problems, shutting down should be an extra flag instead of a status code. | ||||
| * | | A bit too much for one commit, but well: Client processes didn't clean up | Wilmer van der Gaast | 2006-01-19 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | some master structs (bitlbee_child list) yet, and added the IPC CLIENT command to inform the master process about host- and nickname. Can be useful later. | ||||
| * | | Merged (and adapted) changes from main tree. | Wilmer van der Gaast | 2006-01-18 | -0/+14 | |
| |\ \ | |||||
| * | | | Better DIE implementation, added SO_REUSEADDR to listening socket. | Wilmer van der Gaast | 2006-01-15 | -0/+31 | |
| | | | | |||||
| * | | | Imported irc_command branch and used this addition for parsing IPC commands. ↵ | Wilmer van der Gaast | 2006-01-15 | -639/+91 | |
| |\ \ \ | | | | | | | | | | | | | | | | (Implemented WALLOP and a very evil DIE.) | ||||
| | * | | | Separated the IRC line splitting/parsing code (to use it for IPC too), and ↵ | Wilmer van der Gaast | 2006-01-14 | -67/+82 | |
| | | | | | | | | | | | | | | | | | | | | improved the splitting to deal with empty arguments. | ||||
| | * | | | Fixed the PASS-command, added error messages for invalid commands to irc_exec(). | Wilmer van der Gaast | 2006-01-14 | -0/+22 | |
| | | | | | |||||
| | * | | | Moved all IRC commands to separate functions in irc_commands.c. At least the ↵ | Wilmer van der Gaast | 2006-01-14 | -581/+0 | |
| | | | | | | | | | | | | | | | | | | | | PASS command doesn't work yet in this form. | ||||
| * | | | | Imported changes from main tree. | Wilmer van der Gaast | 2006-01-14 | -15/+0 | |
| |\| | | | |||||
| * | | | | IPC code (by no means final) | Wilmer van der Gaast | 2006-01-13 | -0/+4 | |
| | | | | | |||||
* | | | | | irc_abort() does logging (including a reason) now. | Wilmer van der Gaast | 2006-01-20 | -4/+34 | |
| |_|_|/ |/| | | | |||||
* | | | | Merging changes from laptop: Now tries to empty sendbuffer before closing ↵ | Wilmer van der Gaast | 2006-01-18 | -2/+16 | |
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | the connection, and fixed some error checking flaw in bitlbee_io_current_client_write() that was also present in the _read() version before 0.99 (and actually caused the 100% CPU bug that kept us from releasing 1.0). | ||||
| * | | | BitlBee now tries to empty sendbuffer before closing the connection. | Wilmer van der Gaast | 2006-01-18 | -2/+16 | |
| | |/ | |/| | |||||
* / | | The MOTD is not a socket... | Wilmer van der Gaast | 2006-01-16 | -1/+1 | |
|/ / | |||||
* / | Removed send-flood protection code completely. | Wilmer van der Gaast | 2006-01-10 | -15/+0 | |
|/ | |||||
* | Better handling of IPv4 connections in IPv6 mode. (Wrapping/Unwrapping of ↵ | Wilmer van der Gaast | 2006-01-04 | -2/+3 | |
| | | | | ::ffff:style addresses.) | ||||
* | IPv6 socket improvements. Daemon mode can now also listen on IPv6 sockets. | Wilmer van der Gaast | 2005-12-27 | -21/+29 | |
| | | | | | | Also, when reverse lookup fails, BitlBee now correctly falls back to an ASCII-formatted IP instead of "localhost.". | ||||
* | Fixed that security hole, and added mode +R (don't know if that's the right ↵ | Wilmer van der Gaast | 2005-12-26 | -7/+9 | |
| | | | | | | | one). Now to add the actual oper features (and IPC). :-) | ||||
* | Added OperPassword and RunMode = ForkDaemon settings. Oper stuff is | Wilmer van der Gaast | 2005-12-26 | -2/+11 | |
| | | | | | *INSECURE* because users can just do /mode +o to become operator. | ||||
* | *Oops* The 005 reply sent % as the prefix for voiced people instead of +... | Wilmer van der Gaast | 2005-12-18 | -1/+1 | |
| | |||||
* | Crashbug fix in new MSN Passport code (plus a fix to make the 005 reply ↵ | Wilmer van der Gaast | 2005-12-18 | -1/+1 | |
| | | | | actually work). | ||||
* | BitlBee now sends a (hopefully correct) 005 reply on connect. | Wilmer van der Gaast | 2005-12-17 | -0/+1 | |
| | |||||
* | Merge my pluginable branch | Jelmer Vernooij | 2005-12-14 | -1/+1 | |
|\ | |||||
| * | Merge from Wilmer | Jelmer Vernooij | 2005-12-04 | -1/+1 | |
| |\ | |||||
| * \ | Merge from Wilmer | Jelmer Vernooij | 2005-11-28 | -1/+1 | |
| |\ \ | |||||
| * \ \ | Merge Wilmer | Jelmer Vernooij | 2005-11-19 | -13/+30 | |
| |\ \ \ | |||||
| * \ \ \ | Merge changes from Wilmer | Jelmer Vernooij | 2005-11-15 | -7/+7 | |
| |\ \ \ \ | |||||
| * | | | | | Migrate my pluginable branch to use Wilmers' branch as parent | Jelmer Vernooij | 2005-11-07 | -1/+1 | |
| | | | | | | |||||
* | | | | | | Add support for 'primary' and 'migrate' account storages. | Jelmer Vernooij | 2005-12-14 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix two bugs in the text storage backend that were introduced by my previous changes. | ||||
* | | | | | | Use helper functions rather then the backends directly. This will be | Jelmer Vernooij | 2005-12-10 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | used for transparent upgrade support later on. | ||||
* | | | | | | Clearer seperation between crypting and generic password code | Jelmer Vernooij | 2005-12-08 | -2/+16 | |
| | | | | | | |||||
* | | | | | | Merge some fixes from my integration branch | Jelmer Vernooij | 2005-12-08 | -0/+7 | |
|\ \ \ \ \ \ | |||||
| * | | | | | | Move some crypting-unrelated code | Jelmer Vernooij | 2005-12-08 | -0/+7 | |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Simplify storage API a bit | Jelmer Vernooij | 2005-12-08 | -1/+1 | |
| | | | | | | |||||
* | | | | | | Add abstraction layer for storage | Jelmer Vernooij | 2005-12-08 | -1/+1 | |
|/ / / / / |