aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
Commit message (Collapse)AuthorAgeLines
...
| * Fixes for single-process daemon mode, changed value of USTATUS_SHUTDOWN. IfWilmer van der Gaast2006-01-19-2/+2
| | | | | | | | | | | | this still causes problems, shutting down should be an extra flag instead of a status code.
| * Merged (and adapted) changes from main tree.Wilmer van der Gaast2006-01-18-1/+3
| |\
| * | Better DIE implementation, added SO_REUSEADDR to listening socket.Wilmer van der Gaast2006-01-15-0/+1
| | |
| * | Imported irc_command branch and used this addition for parsing IPC commands. ↵Wilmer van der Gaast2006-01-15-2/+3
| |\ \ | | | | | | | | | | | | (Implemented WALLOP and a very evil DIE.)
| | * | Separated the IRC line splitting/parsing code (to use it for IPC too), and ↵Wilmer van der Gaast2006-01-14-1/+1
| | | | | | | | | | | | | | | | improved the splitting to deal with empty arguments.
| | * | Fixed the PASS-command, added error messages for invalid commands to irc_exec().Wilmer van der Gaast2006-01-14-0/+1
| |/ /
* | / irc_abort() does logging (including a reason) now.Wilmer van der Gaast2006-01-20-1/+1
| |/ |/|
* | BitlBee now tries to empty sendbuffer before closing the connection.Wilmer van der Gaast2006-01-18-1/+3
|/
* Removed send-flood protection code completely.Wilmer van der Gaast2006-01-10-7/+0
|
* Fixed that security hole, and added mode +R (don't know if that's the right ↵Wilmer van der Gaast2005-12-26-2/+3
| | | | | | | one). Now to add the actual oper features (and IPC). :-)
* Added OperPassword and RunMode = ForkDaemon settings. Oper stuff isWilmer van der Gaast2005-12-26-1/+1
| | | | | *INSECURE* because users can just do /mode +o to become operator.
* Clearer seperation between crypting and generic password codeJelmer Vernooij2005-12-08-0/+1
|
* Quit messages should appear again, at least on crashes. (And when running in ↵Wilmer van der Gaast2005-11-18-1/+1
| | | | | | | inetd mode.) The logging system needs some more work to complete this, maybe.
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+147