Age | Commit message (Expand) | Author |
2006-04-08 | Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ... | om |
2006-04-06 | Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T... | w00t |
2006-03-30 | Make the comment make sense ;< | om |
2006-03-30 | Make chlist() use an ostringstream, should be faster | om |
2006-03-30 | Add configuration option <options:operspywhois> to set if opers see invisble ... | om |
2006-03-12 | Renamed to chanrec::modes | brain |
2006-03-12 | *NEEDS TESTING* changed binarymodes to use the custom_modes entries | brain |
2006-03-10 | Support for hostnames in <bind> tag (so long as the hostname resolves to a lo... | brain |
2006-03-09 | Segfault-causing typo (wrong var used for a loop, whoops) | brain |
2006-03-09 | Added userrec::modebits - fast way of checking if user has +swi rather than a... | brain |
2006-03-09 | Change to ucrec* iterators | brain |
2006-03-08 | Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is ... | brain |
2006-03-08 | cmode now returns const char* as it returns a pointer to a literal string and... | brain |
2006-03-07 | Tidying, strlen, strcasecmp where not needed. | brain |
2006-03-02 | Made host fields more correct 64 in length with 63 copies | brain |
2006-02-27 | Improved speed (not using strlen, take loop count) | brain |
2006-02-27 | Andy fucked up! :O | brain |
2006-02-22 | Oh yae, Oh Yae, back in old days of yore, Ye Brain doth set the nick buffer a... | brain |
2006-02-12 | Tweak to allow @%+ to all exist on a user at once during burst | brain |
2006-02-09 | Fix crashbug, copying MAXLEN into a MAXGECOS+1 field != cunning | om |
2006-02-07 | Fixed WHOIS to respect +i channels, optimized in case where source == target ... | brain |
2006-02-02 | Added numeric 396 ("x :is now your hidden host") from hybrid/ircu | brain |
2006-01-26 | Typecast fix | brain |
2006-01-26 | Merged Andy Church's isnick() and isident() patches - faster, more efficient,... | brain |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2005-12-29 | Double copies due to bad chop() | brain |
2005-12-29 | More removal of formatting where its not neccessary x("%s",str) == bad! | brain |
2005-12-26 | Adding hook type checking to event calls to speed them up | brain |
2005-12-15 | Full removal of inspircd_util.h | brain |
2005-12-14 | Fixed unresolved reference to Config::DNSServer | brain |
2005-12-14 | Fixed unresolved external | brain |
2005-12-14 | Added parameter to apply_lines to indicate what we want to apply | brain |
2005-12-14 | tidystring() anal optimisation | w00t |
2005-12-13 | optimized a ton of strcmps down to an integer comparison! | brain |
2005-12-13 | Modified chlist() and whois to allow output of multi line channel membership ... | brain |
2005-12-13 | Modified channel joining to allow > MAXCHANS for opers/remote (when complete) | brain |
2005-12-13 | Made MAXCHANS growable for opers/ulines (growing of list not implemented yet) | brain |
2005-12-05 | Added OnChangeHost | brain |
2005-12-03 | Fixed bug where halfops on ulined servers are promoted to @ | brain |
2005-12-02 | Added ability for ulined servers to set any arbitary channel mode (even from ... | brain |
2005-11-25 | Removed references to deprecated files servers.* and connection.* | brain |
2005-11-25 | Removal of mesh stuff (lots of) | brain |
2005-06-01 | Many linking fixes | brain |
2005-05-30 | Started on -Wall - safe compile | brain |
2005-05-28 | Fixed fd_Setsize in cygwin | brain |
2005-05-26 | Changed representation of MAXNICK in isnick() to allow for a non-incremented ... | brain |
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 |