Age | Commit message (Expand) | Author |
2010-04-02 | Use FindNickOnly in a few commands to prevent enumerating users via UID walking | Daniel De Graaf |
2010-03-31 | Remove unneeded inet_aton call | Daniel De Graaf |
2010-03-31 | Allow E:lines to make users exempt from DNSBL checks | Daniel De Graaf |
2010-03-27 | Add debouncing to m_cloaking, and fix cloak of hosts without dots | Daniel De Graaf |
2010-03-23 | Fix CommandFloodPenalty overflow on connect | danieldg |
2010-03-23 | Change 2.0 cloak function to use variable-length segments | danieldg |
2010-03-22 | A few minor fixups | danieldg |
2010-03-22 | Fix MySQL crash on module unload with empty query queue | danieldg |
2010-03-22 | Move some unused modules to -extras | danieldg |
2010-03-22 | Remove channel argument from OnSendWhoLine, this information is already avail... | danieldg |
2010-03-19 | Add RAWIO log level which is more verbose than DEBUG | danieldg |
2010-03-19 | Add configuration options to m_invisible | danieldg |
2010-03-13 | Fix uninit pointer on MySQL initial connection | danieldg |
2010-03-13 | Handle database not present a bit better, add missing MySQL rehash on init | danieldg |
2010-03-13 | Change SQLv3 to format queries during submission, not before | danieldg |
2010-03-13 | Add OnUnloadModule hook to MySQL | danieldg |
2010-03-13 | Change lockserv emergency unlock procedure, and add one for jumpserver [jackm... | danieldg |
2010-03-13 | Convert MySQL to SQLv3 | danieldg |
2010-03-13 | Implement OnUnloadModule for postgres | danieldg |
2010-03-13 | Convert pgsql to SQLv3 | danieldg |
2010-03-10 | Clean up /WHO output for auditorium channels | danieldg |
2010-03-07 | Change "CAP *" reply to "CAP $nick", which is the intended use of the parameter | danieldg |
2010-03-06 | Fix mode +L being visibly reset on every FJOIN | danieldg |
2010-03-06 | Add column names to SQLv3, allow sqloper to specify its own query string | danieldg |
2010-03-06 | Add query debug output to m_sqlauth | danieldg |
2010-03-06 | Add some useful logging output to m_sqloper | danieldg |
2010-03-06 | Convert SQLite driver to SQLv3 | danieldg |
2010-03-06 | SQL API v3, drop all the ugly complexity | danieldg |
2010-03-06 | Fix mode Z being in the wrong section of the CHANMODES list | danieldg |
2010-03-06 | We refer to modules using .so not .cpp | danieldg |
2010-03-06 | Search for SQL service in init(), not in constructor | danieldg |
2010-03-05 | Set m_cgiirc to run its OnUserConnect before m_conn_umodes | danieldg |
2010-03-05 | Make CGI:IRC host resolution block registration, fixes bug #1 | danieldg |
2010-03-05 | Fix SQL modules not all using AddService, noticed by Morpheus | danieldg |
2010-03-05 | Fix variable shadowing warning | danieldg |
2010-03-05 | Take auditorium-see into account when building neighbor list | danieldg |
2010-03-05 | Register channel mode Z when enabled | danieldg |
2010-03-04 | Unset umode +x when a different vhost is set on a user | danieldg |
2010-03-02 | Fix m_ident deleting sockets that are still in use | danieldg |
2010-03-02 | Fix some more incorrect socket use | danieldg |
2010-03-02 | What, I have to make this compile now? | danieldg |
2010-03-02 | Log duplicate UUID events a bit better | danieldg |
2010-03-02 | Log invalid S2S commands a bit better | danieldg |
2010-03-01 | Let ENCAP target match on server names, not just SIDs | danieldg |
2010-02-28 | Fix snomask sending having the final-parameter colon stripped (noticed in glo... | danieldg |
2010-02-28 | Fix misspelling | danieldg |
2010-02-28 | Fix m_customprefix trying to add the first tag twice | danieldg |
2010-02-26 | Allow auditorium mode to be customized via exemptchanops | danieldg |
2010-02-25 | Make remote/local snomasks consistent and allow use without naming | danieldg |
2010-02-25 | Don't strip ENCAP from WHOISNOTICE, it will delink 1.2 servers | danieldg |