Age | Commit message (Expand) | Author |
2010-03-01 | Make <insane blah="no"> disallow insanity, to match the documentation | danieldg |
2010-03-01 | Cap masks and bans at 250 characters | 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 | Documentation for <auditorium> tag | 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 | Fix /LUSERS miscounting | 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-24 | Add documentation of OJOIN [Namegduf] | danieldg |
2010-02-24 | Update mode list, remove taxonomy command [namegduf] | danieldg |
2010-02-24 | Document changes to /CHECK, invite timers (missed in 1.2), and fix | danieldg |
2010-02-24 | Update extban documentation to the new way extbans work. [namegduf] | 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-23 | Fix uninit variable warning | danieldg |
2010-02-21 | Correct the base64 implementations | 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 | Fix compilation warning | 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 | Disable -O2 when compiling with full debug, allow make D=2 to enable debug+op... | 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 | Reset the already_sent IDs during slow garbage collection | 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-18 | Documentation updates by DukePyrolator | 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 |
2010-02-17 | Hide SSL= line of 005 if <gnutls:showports>/<openssl:showports> is false | danieldg |
2010-02-17 | Fix routing of prefix-channel messages now that 2.0 sends to status and above... | danieldg |
2010-02-16 | Change is-using-SSL numeric to 671 to match more other IRCds | danieldg |
2010-02-16 | Change is-using-SSL numeric to 275 to match other IRCds | danieldg |
2010-02-16 | Bug #645 was correct behavior on the client's part, the IRC STARTTLS standard... | danieldg |
2010-02-16 | Change /HELPOP to /HELP in documentation, add alias for HELPOP | danieldg |
2010-02-16 | Defer module init on initial load for easier dependency checking | danieldg |
2010-02-16 | Document <oper:autologin> | danieldg |