aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
Commit message (Expand)AuthorAgeLines
* /join can now be used to join chatrooms, join_chat should not be usedWilmer van der Gaast2008-08-31-1/+1
* Added chat.c to keep track of chatrooms the user cares about.Wilmer van der Gaast2008-08-30-5/+1
* Changed charset handling: irc_t keeps two iconv structures, which are justWilmer van der Gaast2008-03-30-0/+1
* Closing bug #209: The PASS command can now be used to identify yourselfWilmer van der Gaast2008-03-29-1/+3
* Added help_free() and cleaned up some very stale help-related stuff IWilmer van der Gaast2008-02-02-1/+0
* Got rid of one HORRIBLE stupidity called chat_by_channel(), which stillWilmer van der Gaast2007-04-22-0/+1
* Implemented per-account nick lists instead of per-protocol nick lists.Wilmer van der Gaast2006-07-03-1/+1
* xml_save(), decent error handling and merging fixed autosaving.Wilmer van der Gaast2006-06-15-4/+4
|\
| * Converted irc->status to binary flags. (This also fixes auto-save-on-quitWilmer van der Gaast2006-06-15-4/+4
| |
| \
*-. | Merging from main development tree.Wilmer van der Gaast2006-05-26-5/+5
|\ \|
| | * Added G_GNUC_PRINTF(...) to definitions of functions that take formatWilmer van der Gaast2006-05-23-5/+5
| |/
* | irc_vawrite() now first attempts to write() immediately (because that'sWilmer van der Gaast2006-05-14-1/+0
* | Got rid of all GLib GIOChannel-related calls outside proxy.cWilmer van der Gaast2006-05-07-1/+0
|/
* Added a special +b usermode for easier parseability of some things.Wilmer van der Gaast2006-03-21-1/+1
* Renamed commands.c, got rid of return values in all command functions.Wilmer van der Gaast2006-01-20-4/+3
* Merging IPC branch, it's too different from the main code to keep itWilmer van der Gaast2006-01-20-4/+6
|\
| * Fixes for single-process daemon mode, changed value of USTATUS_SHUTDOWN. IfWilmer van der Gaast2006-01-19-2/+2
| * 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
| |\ \
| | * | Separated the IRC line splitting/parsing code (to use it for IPC too), and im...Wilmer van der Gaast2006-01-14-1/+1
| | * | 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 o...Wilmer van der Gaast2005-12-26-2/+3
* Added OperPassword and RunMode = ForkDaemon settings. Oper stuff isWilmer van der Gaast2005-12-26-1/+1
* 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
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+147