]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/channels.cpp
Added facility for servers to send KICK message (ew, i hate this crap)
[user/henk/code/inspircd.git] / src / channels.cpp
2006-01-22 brainAdded facility for servers to send KICK message (ew...
2006-01-22 brainAdded OnChannelDelete() method (called on KICK, PART...
2006-01-18 brainstrncpy sucks ass! -- Old code was using strncpy which...
2006-01-17 brainAdded support for part messages in the module API ...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-12 brainChanged channel user lists from vector to map
2005-12-30 brainFixed broken checks to allow overriding
2005-12-26 brainAdding hook type checking to event calls to speed them up
2005-12-22 brainOptimized out strcpys that copy empty strings (craq++)
2005-12-22 brainImproved efficiency of chanrec constructor (removed...
2005-12-15 brainFull removal of inspircd_util.h
2005-12-15 brainFixed to use irc::string now for invite functions
2005-12-14 brainCode tidying
2005-12-14 brainTidying of stuff
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