]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/channels.cpp
Fixing move of *_channel functions to here
[user/henk/code/inspircd.git] / src / channels.cpp
2005-12-14 brainFixing move of *_channel functions to here
2005-12-14 brainMoved add_channel, del_channel, kick_channel to channel...
2005-12-14 brainStarted moving of data into ServerConfig class
2005-12-12 brainRemoval of some trivial debug output
2005-11-25 brainFixes for removal of serverrec
2005-11-25 brainRemoved references to deprecated files servers.* and...
2005-05-28 brainFixed fd_Setsize in cygwin
2005-05-16 brainRemoved __single_client_alloc again because gcc devs...
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-15 brainsorted hashcomp etc
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...
2005-05-12 brainChanged the type of struct whowas records are stored...
2005-05-12 brainStructure optimizations, changed a lot of bools into...
2005-05-11 brainFixed weird bug where on mass join/part flood, the...
2005-05-09 brainFixes to way allocations are handled
2005-05-08 brainChanged the final bunch of udp_* vars to server_*/tcp_*
2005-05-02 brainAdded /stats T
2005-04-26 brainMajor *MAJOR* optimizations by double-referencing chann...
2005-04-26 brainAdded channel 'counter', increases speed of quits,...
2005-04-05 brainMajor optimizations!
2005-03-25 brainAdded implementation of strlcpy and strlcat for systems...
2005-03-25 brainChanged occurances of vector to std::vector
2004-09-11 brainSecurity audit based on RATS output
2004-05-24 brainFixed perplexing bug in custom mode removal (apparent...
2004-05-16 brainUpdated header comments
2004-05-09 brainAdded support for /RESTART (currently has a bug, do...
2004-05-01 brainProvided modules with the ability to sync data on a...
2004-04-05 brainAttempted fix for bug ID #3 (compile error/namespace...
2004-04-04 brainCompleted support for module-handled umodes
2004-04-04 brainFixed idle time
2004-04-04 brainAdded support for module-based chanmodes with parameter...
2004-04-03 brainAdded support for module-defined chanmodes with no...
2003-07-22 randomdanSTL namespace fixes
2003-04-19 brainAdded more code for custom channel/user modes via modules