| Commit message (Expand) | Author | Age | Files | Lines |
| * | Emulate a bug in 1.2 to get matching cloaks | Daniel De Graaf | 2010-04-24 | 1 | -2/+2 |
| * | Add "CLOAK" command to allow opers to see the cloaked form of any host | Daniel De Graaf | 2010-04-24 | 1 | -23/+51 |
| * | Fix IPv6 cloaking in compatability mode (was using the wrong xtab confusor) | Daniel De Graaf | 2010-04-24 | 1 | -2/+2 |
| * | Add custom suffix support for 2.0-style IP cloaking (default of ".IP") | Daniel De Graaf | 2010-04-24 | 1 | -8/+13 |
| * | Possible fix for OpenSSL SendQ processing halts | Daniel De Graaf | 2010-04-16 | 1 | -1/+3 |
| * | Fix crash when a remote server has the same name as we do | Daniel De Graaf | 2010-04-16 | 1 | -2/+3 |
| * | Check maximum length of ban list for local users, not remote | Daniel De Graaf | 2010-04-16 | 1 | -1/+1 |
| * | Fix cloak key being misread in 2.0 cloaking modes | Daniel De Graaf | 2010-04-15 | 1 | -9/+9 |
| * | Prevent using invalid UIDs and enforce UID/SID matching | Daniel De Graaf | 2010-04-11 | 1 | -4/+8 |
| * | Use FindNickOnly in a few commands to prevent enumerating users via UID walking | Daniel De Graaf | 2010-04-02 | 2 | -2/+2 |
| * | Remove unneeded inet_aton call | Daniel De Graaf | 2010-03-31 | 1 | -10/+5 |
| * | Allow E:lines to make users exempt from DNSBL checks | Daniel De Graaf | 2010-03-31 | 1 | -0/+3 |
| * | Add debouncing to m_cloaking, and fix cloak of hosts without dots | Daniel De Graaf | 2010-03-27 | 1 | -19/+39 |
| * | Fix CommandFloodPenalty overflow on connect•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12659 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-23 | 1 | -3/+6 |
| * | Change 2.0 cloak function to use variable-length segments•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12656 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-23 | 1 | -30/+40 |
| * | A few minor fixups•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12655 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-22 | 1 | -5/+6 |
| * | Fix MySQL crash on module unload with empty query queue•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12652 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-22 | 1 | -1/+3 |
| * | Move some unused modules to -extras•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12651 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-22 | 3 | -359/+0 |
| * | Remove channel argument from OnSendWhoLine, this information is already avail...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12650 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-22 | 3 | -39/+8 |
| * | Add RAWIO log level which is more verbose than DEBUG•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12646 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-19 | 2 | -2/+2 |
| * | Add configuration options to m_invisible•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12645 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-19 | 1 | -9/+26 |
| * | Fix uninit pointer on MySQL initial connection•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12635 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-13 | 1 | -5/+3 |
| * | Handle database not present a bit better, add missing MySQL rehash on init•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12634 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-13 | 3 | -14/+34 |
| * | Change SQLv3 to format queries during submission, not before•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12633 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-13 | 6 | -146/+144 |
| * | Add OnUnloadModule hook to MySQL•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12632 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-13 | 1 | -44/+95 |
| * | Change lockserv emergency unlock procedure, and add one for jumpserver [jackm...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12630 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-13 | 2 | -10/+11 |
| * | Convert MySQL to SQLv3•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12629 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-13 | 3 | -538/+191 |
| * | Implement OnUnloadModule for postgres•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12627 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-13 | 1 | -10/+32 |
| * | Convert pgsql to SQLv3•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12626 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-13 | 5 | -630/+261 |
| * | Clean up /WHO output for auditorium channels•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12617 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-10 | 1 | -2/+17 |
| * | Change "CAP *" reply to "CAP $nick", which is the intended use of the parameter•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12611 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-07 | 1 | -5/+5 |
| * | Fix mode +L being visibly reset on every FJOIN•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12610 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-06 | 1 | -0/+2 |
| * | Add column names to SQLv3, allow sqloper to specify its own query string•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12606 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-06 | 4 | -30/+81 |
| * | Add query debug output to m_sqlauth•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12605 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-06 | 1 | -2/+5 |
| * | Add some useful logging output to m_sqloper•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12604 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-06 | 1 | -3/+11 |
| * | Convert SQLite driver to SQLv3•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12603 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-06 | 3 | -743/+109 |
| * | SQL API v3, drop all the ugly complexity•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12602 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-06 | 7 | -1352/+319 |
| * | Fix mode Z being in the wrong section of the CHANMODES list•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12601 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-06 | 1 | -2/+11 |
| * | We refer to modules using .so not .cpp•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12599 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-06 | 1 | -1/+1 |
| * | Search for SQL service in init(), not in constructor•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12598 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-06 | 4 | -5/+12 |
| * | Set m_cgiirc to run its OnUserConnect before m_conn_umodes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12597 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-05 | 1 | -0/+2 |
| * | Make CGI:IRC host resolution block registration, fixes bug #1•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12596 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-05 | 1 | -22/+43 |
| * | Fix SQL modules not all using AddService, noticed by Morpheus•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12595 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-05 | 4 | -15/+32 |
| * | Fix variable shadowing warning•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12594 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-05 | 1 | -3/+3 |
| * | Take auditorium-see into account when building neighbor list•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12593 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-05 | 1 | -3/+10 |
| * | Register channel mode Z when enabled•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12592 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-05 | 1 | -15/+5 |
| * | Unset umode +x when a different vhost is set on a user•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12589 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-04 | 1 | -36/+28 |
| * | Fix m_ident deleting sockets that are still in use•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12586 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-02 | 1 | -39/+19 |
| * | Fix some more incorrect socket use•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12585 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-02 | 3 | -13/+1 |
| * | What, I have to make this compile now?•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12581 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-02 | 1 | -1/+1 |