Age | Commit message (Expand) | Author |
2006-09-06 | Command result codes. This isnt finished yet, still got to do most of the mod... | brain |
2006-09-06 | JOIN now has a TS parameter on it. The client protocol will ignore this when ... | brain |
2006-09-06 | Drop and log unknown nicks in FJOIN, rather than aborting the link | brain |
2006-09-05 | New CAPAB variable (manditory): PROTOCOL | brain |
2006-09-05 | This is a complex one: when autoconnecting, we check each links failover, and... | brain |
2006-09-04 | 'Connection to %s closed' now says 'Connection to %s failed' | brain |
2006-09-04 | Check for failover pointing at self. This is an obvious thing to check for an... | brain |
2006-09-04 | failover connections are now added, thanks for the idea Lauren (happy now? lo... | brain |
2006-09-03 | Call X509_free() after we're done with the cert | brain |
2006-09-03 | Output the certificate hash to the user when they connect | brain |
2006-09-03 | Remove some gunk | brain |
2006-09-03 | Changed how this module works. | brain |
2006-09-03 | Check for people trying to literally put the fingerprint in as a pass | brain |
2006-09-03 | Removal of debug | brain |
2006-09-03 | Add comments to document this header | brain |
2006-09-03 | YAY! A module which allows a user to oper via their ssl key fingerprint. | brain |
2006-09-03 | Remove a ton of debug | brain |
2006-09-03 | All but cert revocation is now supported by both modules | brain |
2006-09-03 | Dont report that the key has expired when it hasnt | brain |
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 | 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 | 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 | 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 |