Age | Commit message (Expand) | Author |
2010-03-16 | Fix mismatched return value in kqueue DelFd | danieldg |
2010-03-16 | Fix typo in kqueue | danieldg |
2010-03-15 | Use CycleHostsFromUser for on-join modes too (m_autoop) | danieldg |
2010-03-14 | Add <options:cyclehostsfromuser> to configure source for mode changes on host... | 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 | Remove checkconf, it is no longer needed | danieldg |
2010-03-13 | Implement OnUnloadModule for postgres | danieldg |
2010-03-13 | Convert pgsql to SQLv3 | danieldg |
2010-03-12 | Filter out modules not applicable to the installed inspircd version | danieldg |
2010-03-11 | Make MODENOTICE oper-only, noticed by jackmcbarn | danieldg |
2010-03-11 | Don't implement --atleast-version ourselves, incorrectly | danieldg |
2010-03-11 | Clean up the Makefile a bit, add DESTDIR | danieldg |
2010-03-11 | Fix empty SID when applying config-specified X:lines | danieldg |
2010-03-10 | Clean up /WHO output for auditorium channels | danieldg |
2010-03-10 | Complain when duplicate tags are found using ConfValue | danieldg |
2010-03-08 | Fix logic error in comparison | danieldg |
2010-03-08 | Warn about duplicate <type> and <class> blocks | danieldg |
2010-03-07 | Make "topiclock" exemption only apply when +t is set | danieldg |
2010-03-07 | Enable POSIX extra modules in UNIX configure | 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 | Fix logged error when user is denied by connect class | danieldg |
2010-03-06 | Somehow this return got removed, should fix "Access denied by configuration" ... | 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 | Fix ModuleManager::SetPriority algorithm which did not handle PRIORITY_BEFORE... | 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 | 2.0 beta 4 release | danieldg |
2010-03-04 | Unset umode +x when a different vhost is set on a user | danieldg |
2010-03-02 | Move DNSBL and ident lookups after <connect deny>/bancache/Z:line checks | 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 | DelFd should not fail, it will leave a bad dangling pointer in that case | danieldg |
2010-03-02 | Don't try quite so hard to writev() the entire buffer in one go | danieldg |