summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-02-28Fix m_customprefix trying to add the first tag twicedanieldg
2010-02-26Allow auditorium mode to be customized via exemptchanopsdanieldg
2010-02-25Make remote/local snomasks consistent and allow use without namingdanieldg
2010-02-25Don't strip ENCAP from WHOISNOTICE, it will delink 1.2 serversdanieldg
2010-02-25Fix /LUSERS miscountingdanieldg
2010-02-25GCC doesn't like characters being used in array subscriptsdanieldg
2010-02-24Fix empty prefixes in m_chanprotectdanieldg
2010-02-23Replace #define IPV6 with <config defaultbind="ipv6">, and autodetect if not ...danieldg
2010-02-23Add a short message at the top of permchannel DB, and ensure config format is...danieldg
2010-02-23Fix uninit variable warningdanieldg
2010-02-21Correct the base64 implementationsdanieldg
2010-02-21Fix base64 decoding functiondanieldg
2010-02-21Add HMAC implementation to HashProviderdanieldg
2010-02-21Add Base64 encode/decode functions to the coredanieldg
2010-02-21Fix exception on m_cloaking GetVersion if run without a hash providerdanieldg
2010-02-20Allow invex to bypass keydanieldg
2010-02-20Fix compilation warningdanieldg
2010-02-20Replace m_halfvoice with m_customprefixdanieldg
2010-02-20Restore <options:exemptchanops> with long namesdanieldg
2010-02-20Extend +X to take named modes in addition to mode lettersdanieldg
2010-02-19Change channel mode +a to "admin" which is easier to remember than "protected"danieldg
2010-02-19Allow autoop to use long namesdanieldg
2010-02-19Kill m_spy, which was replaced by channels/auspex in 1.2 but kept alive for n...danieldg
2010-02-18Compile fix for m_ldapauthdanieldg
2010-02-18Allow SASL messages to be targeted at the services serverdanieldg
2010-02-18Reset the already_sent IDs during slow garbage collectiondanieldg
2010-02-18Support multiple certificates in GnuTLS certificate chaindanieldg
2010-02-18Fix double-erase of iterator if a server dies and times out at the same timedanieldg
2010-02-17Add <chanhistory:maxlines> to specify the maximum allowed size of channel his...danieldg
2010-02-17Check for <user>:<password> for ldap auth in /PASS password if ident/nickname...w00t
2010-02-17Allow STARTTLS to be disabled via <gnutls starttls="no">danieldg
2010-02-17Hide SSL= line of 005 if <gnutls:showports>/<openssl:showports> is falsedanieldg
2010-02-17Fix routing of prefix-channel messages now that 2.0 sends to status and above...danieldg
2010-02-16Change is-using-SSL numeric to 671 to match more other IRCdsdanieldg
2010-02-16Change is-using-SSL numeric to 275 to match other IRCdsdanieldg
2010-02-16Bug #645 was correct behavior on the client's part, the IRC STARTTLS standard...danieldg
2010-02-16Defer module init on initial load for easier dependency checkingdanieldg
2010-02-16Delete 0-user permanent channels that are being set -Pdanieldg
2010-02-16Incrementing the counter in a loop is useful to prevent it being an infinite ...danieldg
2010-02-16Handle GRELOADMODULE when module is not loadeddanieldg
2010-02-16Remove SYSTEM and related sensitive information from the non-oper VERSION linedanieldg
2010-02-15Show opers the raw VERSION string, not the custom onedanieldg
2010-02-15Dump sendq before closing socketdanieldg
2010-02-15Allow a reason to be specified for <connect:deny>danieldg
2010-02-15Add <oper:autologin> to allow SSL fingerprint-based automatic oper logindanieldg
2010-02-15Deny identical mode +H changedanieldg
2010-02-152.0 beta 3 releasedanieldg
2010-02-15Allow forced nick change to bypass Q:Linesdanieldg
2010-02-15Fix build errordanieldg
2010-02-14Remove unused exports; counting is not for programmersdanieldg