Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | | | | | A bit too much for one commit, but well: Client processes didn't clean up | Wilmer van der Gaast | 2006-01-19 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -13/+13 | |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Better DIE implementation, added SO_REUSEADDR to listening socket. | Wilmer van der Gaast | 2006-01-15 | -0/+4 | |
| | | | | | | | | |||||
| * | | | | | | | Imported irc_command branch and used this addition for parsing IPC commands. ↵ | Wilmer van der Gaast | 2006-01-15 | -79/+14 | |
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | | | | | | | | | (Implemented WALLOP and a very evil DIE.) | ||||
| * | | | | | | | Imported changes from main tree. | Wilmer van der Gaast | 2006-01-14 | -24/+0 | |
| |\| | | | | | | |||||
| * | | | | | | | IPC code (by no means final) | Wilmer van der Gaast | 2006-01-13 | -30/+130 | |
| | | | | | | | | |||||
* | | | | | | | | irc_abort() does logging (including a reason) now. | Wilmer van der Gaast | 2006-01-20 | -6/+5 | |
| |_|/ / / / / |/| | | | | | | |||||
* | | | | | | | BitlBee now tries to empty sendbuffer before closing the connection. | Wilmer van der Gaast | 2006-01-18 | -13/+13 | |
| |/ / / / / |/| | | | | | |||||
* | | | | | | Removed send-flood protection code completely. | Wilmer van der Gaast | 2006-01-10 | -24/+0 | |
| | | | | | | |||||
* | | | | | | Added a check for the fork() return value, that should actually be enough ↵ | Wilmer van der Gaast | 2006-01-09 | -0/+4 | |
|/ / / / / | | | | | | | | | | | | | | | | for error handling. | ||||
* | | | | | Moved root_command functions to commands.c | Wilmer van der Gaast | 2006-01-04 | -59/+0 | |
| | | | | | |||||
* | | | | | Better handling of IPv4 connections in IPv6 mode. (Wrapping/Unwrapping of ↵ | Wilmer van der Gaast | 2006-01-04 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | ::ffff:style addresses.) | ||||
* | | | | | Forgot to actually move those functions in previous commit. And *argh*, ↵ | Wilmer van der Gaast | 2005-12-27 | -74/+0 | |
| | | | | | | | | | | | | | | | | | | | | don't commit things done for debugging! | ||||
* | | | | | IPv6 socket improvements. Daemon mode can now also listen on IPv6 sockets. | Wilmer van der Gaast | 2005-12-27 | -4/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, when reverse lookup fails, BitlBee now correctly falls back to an ASCII-formatted IP instead of "localhost.". | ||||
* | | | | | Added OperPassword and RunMode = ForkDaemon settings. Oper stuff is | Wilmer van der Gaast | 2005-12-26 | -10/+30 | |
| |_|_|/ |/| | | | | | | | | | | | | | | | *INSECURE* because users can just do /mode +o to become operator. | ||||
* | | | | Add abstraction layer for storage | Jelmer Vernooij | 2005-12-08 | -219/+0 | |
| | | | | |||||
* | | | | Terribly stupid bug in the DoS fix. | Wilmer van der Gaast | 2005-12-04 | -1/+1 | |
| | | | | |||||
* | | | | Fixes potential DoS attack. | Wilmer van der Gaast | 2005-12-04 | -1/+9 | |
| |_|/ |/| | | |||||
* | | | Got rid of raw ^B's in source, | Wilmer van der Gaast | 2005-11-16 | -1/+1 | |
| |/ |/| | | | | | | | | | | | | | Replaced most irc_usermsg() calls in nogaim.c with serv_got_crap(), Slightly clearer handling of buddy add requests. Thanks to timing for the patch. | ||||
* | | Got rid of some debugging code we tried to use to track the 100% CPU bug. | Wilmer van der Gaast | 2005-11-07 | -6/+0 | |
|/ | | | | | Turned out it was very suitable DoS code. :-) | ||||
* | Initial repository (0.99 release tree)0.99 | Wilmer van der Gaast | 2005-11-06 | -0/+601 | |