Age | Commit message (Expand) | Author |
2006-08-10 | cmode(), cflags(), cstatus() -> chanrec::GetStatusChar(), chanrec::GetStatusF... | brain |
2006-08-09 | Move more stuff into userrec | brain |
2006-08-09 | ServerConfig extern moved into class InspIRCd | brain |
2006-08-09 | Get rid of Server::GetUsers(chanrec) - a throwback to before chanrec could do... | brain |
2006-08-09 | Move Blocking/NonBlocking to socket.cpp and make inline | brain |
2006-08-09 | common_channels -> userrec::SharesChannelWith() | brain |
2006-08-08 | WHEEEEE!!!!! | brain |
2006-08-02 | (1) remove CleanAndResolve. | brain |
2006-08-01 | Removed threaded dns (it might make a comeback some day, but as it stands its... | brain |
2006-07-28 | Take invisible requirement out of chlist() | brain |
2006-07-28 | Remove casts | brain |
2006-07-28 | Remove unnecessary cast ;p | om |
2006-07-28 | Tidyup message.cpp, remove some really old craq. | brain |
2006-07-28 | Remove TODO, we just did it. | brain |
2006-07-28 | Change all references to voodoo numbers (7, 3 etc) to the new bitwise constan... | brain |
2006-07-28 | Optimize common_channels | brain |
2006-07-28 | Change chlist() to use a chained append | brain |
2006-07-18 | Tried to implement sprintf that returns std::string of any size, realized it ... | brain |
2006-07-15 | Removed GCC2 checks as we havent supported gcc2 for years | brain |
2006-07-12 | Make it work: | brain |
2006-07-08 | Add userrec::HasMode, fix some typos. | brain |
2006-07-08 | Refactored user modes to work like the channel modes - core and module data n... | brain |
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 |