]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/message.cpp
Modified chlist() and whois to allow output of multi line channel membership list (!)
[user/henk/code/inspircd.git] / src / message.cpp
2005-12-13 brainModified chlist() and whois to allow output of multi...
2005-12-13 brainModified channel joining to allow > MAXCHANS for opers...
2005-12-13 brainMade MAXCHANS growable for opers/ulines (growing of...
2005-12-05 brainAdded OnChangeHost
2005-12-03 brainFixed bug where halfops on ulined servers are promoted...
2005-12-02 brainAdded ability for ulined servers to set any arbitary...
2005-11-25 brainRemoved references to deprecated files servers.* and...
2005-11-25 brainRemoval of mesh stuff (lots of)
2005-06-01 brainMany linking fixes
2005-05-30 brainStarted on -Wall - safe compile
2005-05-28 brainFixed fd_Setsize in cygwin
2005-05-26 brainChanged representation of MAXNICK in isnick() to allow...
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 brainStructure optimizations, changed a lot of bools into...
2005-05-05 brainFixes to:
2005-05-02 brainFixed weird line wrapping bug with extremely long lines
2005-04-26 brainMajor code tidyup (-W) - expect a few belches
2005-04-15 brainAdded new API methods:
2005-04-15 brainMade cmode and chanmode more safe
2005-04-07 brainFixed a double free in dnsqueue.cpp
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-16 brainUpdated header comments
2004-04-27 brainAdded m_alias module which provides command aliases.
2004-04-26 brainAdded some fixes
2004-04-26 brainFixed some channel pointer stuff (eeeky)
2004-04-25 brainAdded some stuff to diffrentiate between global and...
2004-04-19 brainAdded namespace std to these new files to avoid gcc3...
2004-04-19 brainMoving yet more stuff into message.cpp
2004-04-19 brainAdded extern declarations so that this file can access...
2004-04-19 brainStarted seperating out functions