Age | Commit message (Expand) | Author |
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 |
2010-02-25 | GCC doesn't like characters being used in array subscripts | danieldg |
2010-02-24 | Fix empty prefixes in m_chanprotect | danieldg |
2010-02-23 | Replace #define IPV6 with <config defaultbind="ipv6">, and autodetect if not ... | danieldg |
2010-02-23 | Add a short message at the top of permchannel DB, and ensure config format is... | danieldg |
2010-02-21 | Fix base64 decoding function | danieldg |
2010-02-21 | Add HMAC implementation to HashProvider | danieldg |
2010-02-21 | Add Base64 encode/decode functions to the core | danieldg |
2010-02-21 | Fix exception on m_cloaking GetVersion if run without a hash provider | danieldg |
2010-02-20 | Allow invex to bypass key | danieldg |
2010-02-20 | Replace m_halfvoice with m_customprefix | danieldg |
2010-02-20 | Restore <options:exemptchanops> with long names | danieldg |
2010-02-20 | Extend +X to take named modes in addition to mode letters | danieldg |
2010-02-19 | Change channel mode +a to "admin" which is easier to remember than "protected" | danieldg |
2010-02-19 | Allow autoop to use long names | danieldg |
2010-02-19 | Kill m_spy, which was replaced by channels/auspex in 1.2 but kept alive for n... | danieldg |
2010-02-18 | Compile fix for m_ldapauth | danieldg |
2010-02-18 | Allow SASL messages to be targeted at the services server | danieldg |
2010-02-18 | Support multiple certificates in GnuTLS certificate chain | danieldg |
2010-02-18 | Fix double-erase of iterator if a server dies and times out at the same time | danieldg |
2010-02-17 | Add <chanhistory:maxlines> to specify the maximum allowed size of channel his... | danieldg |
2010-02-17 | Check for <user>:<password> for ldap auth in /PASS password if ident/nickname... | w00t |
2010-02-17 | Allow STARTTLS to be disabled via <gnutls starttls="no"> | danieldg |