Age | Commit message (Expand) | Author |
2007-08-27 | Add FindNickOnly, that wont fall through to uid checks if isdigit(*first). We... | brain |
2007-08-27 | Whoops, i had a ! and i didnt need one | brain |
2007-08-27 | Fixed sigabrt | brain |
2007-08-27 | Add uuid hash_map - its management is automatic via userrec constructors/dest... | brain |
2007-08-27 | A few tidyups, and comment how the new constructors work (so that w00t doesnt... | brain |
2007-08-27 | More uuid fixes, and whack some warnings | brain |
2007-08-27 | Allocate uid in userrec constructor. Optional param added, if its empty, the ... | brain |
2007-08-27 | Add a call to the NICK handler that allows toggling of allowing invalid nicks... | brain |
2007-08-27 | UUID is now generated and set on client add, and shown after 005 via numeric ... | w00t |
2007-08-26 | And zero UUID in constructor. | w00t |
2007-08-23 | Craquity craq De-craq! | brain |
2007-08-19 | Add <connect:maxchans> as per feature bug #338 - combined with the last featu... | brain |
2007-08-19 | Allow changing of an oper's host on oper up using <type:class> (give it a con... | brain |
2007-08-19 | Allow support for multiple dns results per request. This is a significant cha... | brain |
2007-08-06 | Reset connect class settings on DNS resolution as we should. | w00t |
2007-07-27 | Tidyups, remove of ifdefs | brain |
2007-07-27 | Found the bug, turns out i just introduced it with the last commit :p | brain |
2007-07-27 | Some smart tricks to eliminate win32 ifdefs that are creeping into portable f... | brain |
2007-07-24 | Modify RULES to use numerics instead of notices. I'm pretty sure these are wi... | w00t |
2007-07-24 | A few more I missed. | w00t |
2007-07-23 | Tidyup a bunch of stuff that was using userrec::modes directly rather than us... | brain |
2007-07-19 | Fix for bug #326, 'no error' quit can no longer theoretically occur because a... | brain |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |
2007-07-16 | 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au... | peavey |
2007-07-15 | Fix for bug #349: NOTE there is important caveat about this in the example co... | brain |
2007-07-06 | SSL buffering tweaks. NOTE this is not a complete fix till i say so, don't us... | brain |
2007-07-01 | Optimizations and code tidyups. QA please check that svsnick and other forced... | brain |
2007-06-28 | Fixed a bug that caused classes with passwords to instantly disconnect any us... | special |
2007-06-09 | Change some = "" to clear() and some == "" to .empty() | brain |
2007-06-04 | Add options:moronbanner. Yes really, thats what its called. See the example c... | brain |
2007-06-01 | No fucking point at all checking for CC_DENY twice. \o/. | w00t |
2007-06-01 | We can make one saving in userrec::WriteWallOps though - we are checking IS_L... | brain |
2007-05-30 | Apply ipv6 #ifdef tidyup patch from djGrrr, thanks :) | brain |
2007-05-25 | Fix for bug #302. He may not have had any connect lines in his conf but it ne... | brain |
2007-05-21 | Same tweak, again | brain |
2007-05-20 | Prevent vc8 from thinking we're dereferencing an end iterator | brain |
2007-05-19 | Visual studio's ability to translate tabs to four spaces as default frustrate... | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-05-17 | Change the way i/o lines are formatted in debug log to make them more intuiti... | brain |
2007-05-15 | Rather largeish change to class checking on connect to fix a few minor bits a... | w00t |
2007-05-15 | Slight security fix of sorts | w00t |
2007-05-14 | Allow for resizing of MAXBUF above/below 512 via non-interactive configure. (... | brain |
2007-05-12 | This catch doesn't need to be here. :o | w00t |
2007-05-12 | We've had an IS_OPER macro for a long time. About time we started using it, m... | w00t |
2007-05-10 | Small api change with wide reaching effects in modules - Allows modification ... | brain |
2007-05-08 | - (FINALLY, ffs) add realnames to connect/remote connect server notices, per ... | w00t |
2007-05-06 | Fix for bug #278 reported by aredridel, LUSERS output is required as per RFC ... | brain |
2007-05-04 | Where others charge, we give for free. Have fun and use wisely. With great po... | brain |
2007-05-01 | Implement feature request in bug #271 by HiroP, allow disabling of maxlocal a... | brain |
2007-05-01 | Change a return NULL to a continue so that where host matches but port doesnt... | brain |