Age | Commit message (Expand) | Author |
2007-11-04 | Fix the two FIXMEs | brain |
2007-11-04 | Comments | brain |
2007-11-04 | Change this, risking a crash otherwise | 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 | Remove our vectors of Module*/ircd_module*, replace with a map of std::pair<i... | brain |
2007-11-04 | All done... i think. Just tidying up to be done, removal of Implements() meth... | brain |
2007-11-04 | Convert all to new Attach() system. The Implements() method needs removing fr... | brain |
2007-11-04 | Extra debug logging | brain |
2007-11-04 | This compiles, but note most modules are currently broken, they dont Attach() | brain |
2007-11-04 | More craq | brain |
2007-11-04 | Again | brain |
2007-11-04 | Another too | brain |
2007-11-04 | Another | brain |
2007-11-04 | For now, just fix the Priority Prioritize(). We might be able to do the rest ... | brain |
2007-11-04 | Whoops and make it valid | brain |
2007-11-04 | Fix this one too | brain |
2007-11-04 | Fix this to compile | brain |
2007-11-04 | Bring back Prioritize (needs to occur after module load) with a different dec... | brain |
2007-11-04 | Next part of Development/Hooking (see wiki) | brain |
2007-11-04 | Development/Hooking in full swing now: WARNING, this will break ALL modules f... | brain |
2007-11-04 | Add EventHandlers structure for Development/Hooking | brain |
2007-11-04 | Avoid code duplication, just call XLine::Apply() rather than retyping all tha... | brain |
2007-11-04 | BanCache positive hits should be overridden by E:, thanks Brain | w00t |
2007-11-04 | Hook BanCache up to work on Z:Lines. BanCache is checked first, for positive ... | w00t |
2007-11-04 | Instantiate BanCache in InspIRCd class. | w00t |
2007-11-04 | There are two forms of map::erase(), one erases by key the other by iterator. | brain |
2007-11-04 | Remove some unnecessary headers from places, commit working BanCacheManager s... | w00t |
2007-11-03 | This won't work yet. | w00t |
2007-11-03 | Add bancache.coo/h. Nothing in them, yet. | w00t |
2007-11-03 | Final part of bug #441 fix (trunk) | brain |
2007-11-03 | Partial fix for bug #441 | brain |
2007-11-03 | More anal config parsing, validates channel fields, ip address fields (with/w... | brain |
2007-11-02 | Force to uuid on applying a qline, rather than disconnecting | brain |
2007-11-02 | We cant return NULL if the first hit we get expires in MatchLine, there may b... | brain |
2007-11-02 | I must have been smoking craq, this would never have worked | 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 | Whoops, new expiry stuff was expiring perm lines! fixed. | brain |
2007-11-02 | Expire lines on burst, and ensure that if an eline expires while we're checki... | brain |
2007-11-02 | Expire timed glines that are due for expiry on stats request for it, thanks f... | brain |
2007-11-02 | Put back different stats numerics for /stats g, /stats k etc | brain |
2007-11-02 | Whoops | brain |
2007-11-02 | Hopefully fix the bursting of xlines to work again (even with unknown types) ... | brain |
2007-11-02 | Move lookup_lines to private, theres no need for it to be public any more | brain |
2007-11-02 | Tidy up, and make the identifer for a line type be std::string not char | brain |
2007-11-02 | XLines now only checked for expiry on positive hit. saves us a honking big O(... | brain |
2007-11-02 | xline gutting, once more. There is no longer an active_lines vector, and no r... | brain |
2007-11-01 | Make misconfiguration of spanningtree more 'fatal' so we get less morons comi... | brain |
2007-11-01 | Comment a message out that people regularly attempt to interpret | w00t |