summaryrefslogtreecommitdiff
path: root/src/message.cpp
AgeCommit message (Expand)Author
2006-02-12Tweak to allow @%+ to all exist on a user at once during burstbrain
2006-02-09Fix crashbug, copying MAXLEN into a MAXGECOS+1 field != cunningom
2006-02-07Fixed WHOIS to respect +i channels, optimized in case where source == target ...brain
2006-02-02Added numeric 396 ("x :is now your hidden host") from hybrid/ircubrain
2006-01-26Typecast fixbrain
2006-01-26Merged Andy Church's isnick() and isident() patches - faster, more efficient,...brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-29Double copies due to bad chop()brain
2005-12-29More removal of formatting where its not neccessary x("%s",str) == bad!brain
2005-12-26Adding hook type checking to event calls to speed them upbrain
2005-12-15Full removal of inspircd_util.hbrain
2005-12-14Fixed unresolved reference to Config::DNSServerbrain
2005-12-14Fixed unresolved externalbrain
2005-12-14Added parameter to apply_lines to indicate what we want to applybrain
2005-12-14tidystring() anal optimisationw00t
2005-12-13optimized a ton of strcmps down to an integer comparison!brain
2005-12-13Modified chlist() and whois to allow output of multi line channel membership ...brain
2005-12-13Modified channel joining to allow > MAXCHANS for opers/remote (when complete)brain
2005-12-13Made MAXCHANS growable for opers/ulines (growing of list not implemented yet)brain
2005-12-05Added OnChangeHostbrain
2005-12-03Fixed bug where halfops on ulined servers are promoted to @brain
2005-12-02Added ability for ulined servers to set any arbitary channel mode (even from ...brain
2005-11-25Removed references to deprecated files servers.* and connection.*brain
2005-11-25Removal of mesh stuff (lots of)brain
2005-06-01Many linking fixesbrain
2005-05-30Started on -Wall - safe compilebrain
2005-05-28Fixed fd_Setsize in cygwinbrain
2005-05-26Changed representation of MAXNICK in isnick() to allow for a non-incremented ...brain
2005-05-16Removed __single_client_alloc again because gcc devs were smoking crack and r...brain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-15sorted hashcomp etcbrain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
2005-05-12Structure optimizations, changed a lot of bools into binary bitmasksbrain
2005-05-05Fixes to:brain
2005-05-02Fixed weird line wrapping bug with extremely long linesbrain
2005-04-26Major code tidyup (-W) - expect a few belchesbrain
2005-04-15Added new API methods:brain
2005-04-15Made cmode and chanmode more safebrain
2005-04-07Fixed a double free in dnsqueue.cppbrain
2005-04-05Major optimizations!brain
2005-03-25Added implementation of strlcpy and strlcat for systems that dont have itbrain
2005-03-25Changed occurances of vector to std::vectorbrain
2004-09-11Security audit based on RATS outputbrain
2004-05-16Updated header commentsbrain
2004-04-27Added m_alias module which provides command aliases.brain
2004-04-26Added some fixesbrain
2004-04-26Fixed some channel pointer stuff (eeeky)brain
2004-04-25Added some stuff to diffrentiate between global and local Q/Z linesbrain
2004-04-19Added namespace std to these new files to avoid gcc3 problemsbrain
2004-04-19Moving yet more stuff into message.cppbrain