Age | Commit message (Expand) | Author |
2007-11-09 | Roadmap item "Fix jointhrottle to not try 'throttle' clients during a netmerg... | brain |
2007-11-04 | Remove Implements() method from every module. booya. | brain |
2007-11-04 | Honking huge commit. Removal of DELETE() template that never worked right anyway | brain |
2007-11-04 | Some more to fix still, modules probably wont load correctly atm | brain |
2007-11-04 | Not yet tested: remove last vestiges of modules[] and module_names[] arrays. | brain |
2007-11-04 | Convert all to new Attach() system. The Implements() method needs removing fr... | brain |
2007-11-04 | More craq | brain |
2007-11-02 | Dont propogate K-lines | brain |
2007-11-02 | Implement DELLINE, allow both DELLINE and ADDLINE to take a server OR client ... | brain |
2007-11-02 | Hopefully fix the bursting of xlines to work again (even with unknown types) ... | brain |
2007-11-02 | Tidy up, and make the identifer for a line type be std::string not char | brain |
2007-11-01 | Make misconfiguration of spanningtree more 'fatal' so we get less morons comi... | brain |
2007-10-31 | Make it compilable :p | brain |
2007-10-31 | Add XLine::SetCreateTime that removes gline_set_creation_time and friends | brain |
2007-10-31 | Use XLineFactory in ADDLINE, so that it can deal with anything the rest of th... | brain |
2007-10-31 | Make it all compile. | brain |
2007-10-31 | Spanningtree now compiles | brain |
2007-10-29 | Big fat fixme here | brain |
2007-10-28 | PERL PIE FOR ALL: Rename a fuckload of XLineManager's methods | w00t |
2007-10-28 | - Tear out a useless load of XLine clutters that did nothing much except conf... | w00t |
2007-10-22 | Remove a wrapper, it's easy to read as is :p | w00t |
2007-10-17 | Remove debug | brain |
2007-10-17 | UID translator broken with space or comma seperated lists (thanks danieldg) | brain |
2007-10-15 | InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id... | w00t |
2007-10-15 | InspTimer -> Timer | w00t |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-10-15 | class command_t -> class Command. Whey :D | w00t |
2007-10-14 | Fix indentation | brain |
2007-10-14 | Split up spanningtree some more, the filenames should be more intuitive so th... | brain |
2007-10-14 | Change the way origins are shown in snonotice, for djGrrr :p | brain |
2007-10-13 | Fix uninitialized var that may stop the ping warning from appearing, thanks d... | brain |
2007-10-09 | Change 'unrecognised command BLAH' to 'unrecognised or malformed command BLAH... | brain |
2007-10-09 | sanity check for existing server in DoFailOver seems to have vanished! | brain |
2007-10-03 | Cut out redundant loop from nickname introductions, also ensure that each UID... | brain |
2007-09-30 | Users were also being attached to the wrong server names (by uid and not by s... | brain |
2007-09-30 | Whoops, forgot some stuff for when GECOS was moved to position 10 in the UID ... | brain |
2007-09-30 | Minor change, param for local PING wasnt an SID and should be | brain |
2007-09-27 | Forgot part of the fix for bug #404 | special |
2007-09-25 | Fix for bug #415, affects only trunk (wish i'd known this before i started!) | brain |
2007-09-23 | More compile fixes | brain |
2007-09-04 | * Fixed connection messages in ModuleSpanningTree::HandleConnect (reported by... | burlex |
2007-09-04 | * Fixed some incorrect declarations in IOCPEngine | burlex |
2007-09-02 | Fixed an issue that could cause empty parameters in module commands to not be... | special |
2007-08-31 | Fixed a bug introduced in r7827 (does not affect 1.1.12) that would cause an ... | special |
2007-08-29 | Add duplicate UID error in ParseUID(), seems pippijn was triggering it and it... | brain |
2007-08-29 | Make IsSID completely strict: Must be [digit][A-Zdigit][A-Zdigit], nothing else. | brain |
2007-08-29 | This needs to be sent in burst too | brain |
2007-08-29 | We really should SEND it too, if we're looking for it... :p | brain |
2007-08-29 | IMPORTANT: UID command now takes TEN parameters in 1.2. We never had a signon... | brain |
2007-08-29 | Swap around ERROR and SNONOTICE in SendError() so that the server doesnt try ... | brain |