index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
message.cpp
Age
Commit message (
Expand
)
Author
2005-05-16
Removed __single_client_alloc again because gcc devs were smoking crack and r...
brain
2005-05-15
Changed to use __single_client_alloc, faster on most systems in a single thread
brain
2005-05-15
sorted hashcomp etc
brain
2005-05-15
Moved a ton of functions into helperfuncs.h to speed up recompiles
brain
2005-05-12
Structure optimizations, changed a lot of bools into binary bitmasks
brain
2005-05-05
Fixes to:
brain
2005-05-02
Fixed weird line wrapping bug with extremely long lines
brain
2005-04-26
Major code tidyup (-W) - expect a few belches
brain
2005-04-15
Added new API methods:
brain
2005-04-15
Made cmode and chanmode more safe
brain
2005-04-07
Fixed a double free in dnsqueue.cpp
brain
2005-04-05
Major optimizations!
brain
2005-03-25
Added implementation of strlcpy and strlcat for systems that dont have it
brain
2005-03-25
Changed occurances of vector to std::vector
brain
2004-09-11
Security audit based on RATS output
brain
2004-05-16
Updated header comments
brain
2004-04-27
Added m_alias module which provides command aliases.
brain
2004-04-26
Added some fixes
brain
2004-04-26
Fixed some channel pointer stuff (eeeky)
brain
2004-04-25
Added some stuff to diffrentiate between global and local Q/Z lines
brain
2004-04-19
Added namespace std to these new files to avoid gcc3 problems
brain
2004-04-19
Moving yet more stuff into message.cpp
brain
2004-04-19
Added extern declarations so that this file can access the modules that are l...
brain
2004-04-19
Started seperating out functions
brain