]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/message.cpp
Updated to keep lowermap const within hashcomp.cpp
[user/henk/code/inspircd.git] / src / message.cpp
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