]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/message.cpp
cmode(), cflags(), cstatus() -> chanrec::GetStatusChar(), chanrec::GetStatusFlags...
[user/henk/code/inspircd.git] / src / message.cpp
2006-08-10 braincmode(), cflags(), cstatus() -> chanrec::GetStatusChar...
2006-08-09 brainMove more stuff into userrec
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-09 brainGet rid of Server::GetUsers(chanrec) - a throwback...
2006-08-09 brainMove Blocking/NonBlocking to socket.cpp and make inline
2006-08-09 braincommon_channels -> userrec::SharesChannelWith()
2006-08-08 brainWHEEEEE!!!!!
2006-08-02 brain(1) remove CleanAndResolve.
2006-08-01 brainRemoved threaded dns (it might make a comeback some...
2006-07-28 brainTake invisible requirement out of chlist()
2006-07-28 brainRemove casts
2006-07-28 omRemove unnecessary cast ;p
2006-07-28 brainTidyup message.cpp, remove some really old craq.
2006-07-28 brainRemove TODO, we just did it.
2006-07-28 brainChange all references to voodoo numbers (7, 3 etc)...
2006-07-28 brainOptimize common_channels
2006-07-28 brainChange chlist() to use a chained append
2006-07-18 brainTried to implement sprintf that returns std::string...
2006-07-15 brainRemoved GCC2 checks as we havent supported gcc2 for...
2006-07-12 brainMake it work:
2006-07-08 brainAdd userrec::HasMode, fix some typos.
2006-07-08 brainRefactored user modes to work like the channel modes...
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-03-30 omMake the comment make sense ;<
2006-03-30 omMake chlist() use an ostringstream, should be faster
2006-03-30 omAdd configuration option <options:operspywhois> to...
2006-03-12 brainRenamed to chanrec::modes
2006-03-12 brain*NEEDS TESTING* changed binarymodes to use the custom_m...
2006-03-10 brainSupport for hostnames in <bind> tag (so long as the...
2006-03-09 brainSegfault-causing typo (wrong var used for a loop, whoops)
2006-03-09 brainAdded userrec::modebits - fast way of checking if user...
2006-03-09 brainChange to ucrec* iterators
2006-03-08 brainRemoved has_channel(userrec*,chanrec*), the new preferr...
2006-03-08 braincmode now returns const char* as it returns a pointer...
2006-03-07 brainTidying, strlen, strcasecmp where not needed.
2006-03-02 brainMade host fields more correct 64 in length with 63...
2006-02-27 brainImproved speed (not using strlen, take loop count)
2006-02-27 brainAndy fucked up! :O
2006-02-22 brainOh yae, Oh Yae, back in old days of yore, Ye Brain...
2006-02-12 brainTweak to allow @%+ to all exist on a user at once durin...
2006-02-09 omFix crashbug, copying MAXLEN into a MAXGECOS+1 field...
2006-02-07 brainFixed WHOIS to respect +i channels, optimized in case...
2006-02-02 brainAdded numeric 396 ("x :is now your hidden host") from...
2006-01-26 brainTypecast fix
2006-01-26 brainMerged Andy Church's isnick() and isident() patches...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-29 brainDouble copies due to bad chop()
2005-12-29 brainMore removal of formatting where its not neccessary...
2005-12-26 brainAdding hook type checking to event calls to speed them up
2005-12-15 brainFull removal of inspircd_util.h
2005-12-14 brainFixed unresolved reference to Config::DNSServer
2005-12-14 brainFixed unresolved external
2005-12-14 brainAdded parameter to apply_lines to indicate what we...
2005-12-14 w00ttidystring() anal optimisation
2005-12-13 brainoptimized a ton of strcmps down to an integer comparison!
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