summaryrefslogtreecommitdiff
path: root/src/message.cpp
AgeCommit message (Expand)Author
2006-07-28Take invisible requirement out of chlist()brain
2006-07-28Remove castsbrain
2006-07-28Remove unnecessary cast ;pom
2006-07-28Tidyup message.cpp, remove some really old craq.brain
2006-07-28Remove TODO, we just did it.brain
2006-07-28Change all references to voodoo numbers (7, 3 etc) to the new bitwise constan...brain
2006-07-28Optimize common_channelsbrain
2006-07-28Change chlist() to use a chained appendbrain
2006-07-18Tried to implement sprintf that returns std::string of any size, realized it ...brain
2006-07-15Removed GCC2 checks as we havent supported gcc2 for yearsbrain
2006-07-12Make it work:brain
2006-07-08Add userrec::HasMode, fix some typos.brain
2006-07-08Refactored user modes to work like the channel modes - core and module data n...brain
2006-04-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om
2006-04-06Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...w00t
2006-03-30Make the comment make sense ;<om
2006-03-30Make chlist() use an ostringstream, should be fasterom
2006-03-30Add configuration option <options:operspywhois> to set if opers see invisble ...om
2006-03-12Renamed to chanrec::modesbrain
2006-03-12*NEEDS TESTING* changed binarymodes to use the custom_modes entriesbrain
2006-03-10Support for hostnames in <bind> tag (so long as the hostname resolves to a lo...brain
2006-03-09Segfault-causing typo (wrong var used for a loop, whoops)brain
2006-03-09Added userrec::modebits - fast way of checking if user has +swi rather than a...brain
2006-03-09Change to ucrec* iteratorsbrain
2006-03-08Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is ...brain
2006-03-08cmode now returns const char* as it returns a pointer to a literal string and...brain
2006-03-07Tidying, strlen, strcasecmp where not needed.brain
2006-03-02Made host fields more correct 64 in length with 63 copiesbrain
2006-02-27Improved speed (not using strlen, take loop count)brain
2006-02-27Andy fucked up! :Obrain
2006-02-22Oh yae, Oh Yae, back in old days of yore, Ye Brain doth set the nick buffer a...brain
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