Age | Commit message (Expand) | Author |
2006-09-03 | OpenSSL gets certs and populates the ssl_cert* now! | brain |
2006-09-03 | We now have a test module that can dump someones certificate information: /ss... | brain |
2006-09-03 | Certificate stuff | brain |
2006-09-03 | Obtaining of ssl cert in gnutls module and placing it into a class which is e... | brain |
2006-09-03 | Proper error checking on loading cmd_*.so files | brain |
2006-09-03 | Remove the shared object pointer from the hash after each reload | brain |
2006-09-03 | Forgot to copy cmd_mode.so | brain |
2006-09-03 | Add /RELOAD and move cmd_mode into its own command. | brain |
2006-09-03 | Auto loading of commands as shared objects via dlsym (very lightweight interf... | brain |
2006-09-02 | cmd_* files are now shared object. This lets make -j optimize the build proce... | brain |
2006-09-02 | Give this module VF_COMMON, as services depend on it | brain |
2006-09-02 | Only VF_COMMON modules are sent in CAPAB now, not VF_STATIC | brain |
2006-09-02 | Doesnt need VF_STATIC | brain |
2006-09-02 | Comments | brain |
2006-09-02 | Actually make +ovhk removable with DelMode (just in case somebody wants to, o... | brain |
2006-09-02 | Because these modes take no parameter when being removed, they need no specia... | brain |
2006-09-02 | Actually let it be unloaded would be a start (remove VF_STATIC) | brain |
2006-09-02 | Allow unloading of +qa | brain |
2006-09-02 | And this (i guess it once tested mode stuff) | brain |
2006-09-02 | So was this... | brain |
2006-09-02 | For some reason this was VF_STATIC | brain |
2006-09-02 | Don't try and delete from the item list whilst iterating it - make a copy ins... | brain |
2006-09-02 | Don't use oncleanup to remove listmode lists | brain |
2006-09-02 | banexception, chanfilter and inviteexception should now be unloadable :) | brain |
2006-09-02 | All modules which implement simplemodes (no parameters, not a list mode) can ... | brain |
2006-09-02 | Any modules which were using VF_STATIC to indicate they implement a mode shou... | brain |
2006-09-02 | Allow unloading of modules which implement modes! | brain |
2006-09-02 | Add chanrec::IsBanned() so that we dont have to keep walking the banlist in v... | brain |
2006-09-01 | Exception handling in most of userrec... not too fine grained yet however | brain |
2006-09-01 | Add snomask f (flood) | brain |
2006-08-31 | Made CountChannels faster. We use it in quite a few places. It's now O(1) rat... | brain |
2006-08-31 | Put some client quit stuff in cmd_quit into the Qq snomasks properly | brain |
2006-08-31 | Make ban override notice only trigger when they actually match a ban :P | brain |
2006-08-31 | Fix for bug #134 reported by mixx941: When user connects to ircd with no user... | brain |
2006-08-31 | Forwardport fix from stable (bug#133 reported by insurgent): configuring a li... | brain |
2006-08-31 | Remove extra/wrong qualifications, makes GCC 4.1 (at least) die | om |
2006-08-31 | *thwap* om for not fixing the bugs he finds :p | brain |
2006-08-30 | In this instance find is faster than rfind | brain |
2006-08-30 | And make it work here | brain |
2006-08-30 | Fix for parameters which contain a colon (which is not the first char in the... | brain |
2006-08-30 | Remove -v argument from install (openbsd doesnt like it) - thanks wyleniauy | brain |
2006-08-30 | Remove a ton of <typeinfo>, <iostream>, <sstream> etc that we usually never use | brain |
2006-08-30 | Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists | brain |
2006-08-29 | Annnd, get the fix right. | brain |
2006-08-29 | Fix for correct display when removing snomask | brain |
2006-08-29 | Put servername in remote quits | brain |
2006-08-29 | Document SnomaskManager | brain |
2006-08-29 | Only send 008 when MODE Oper | brain |
2006-08-29 | Clarify message | brain |
2006-08-29 | Don't silently drop modes that are oper only when a non-oper tries to set the... | brain |