summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2010-02-21Fix exception on m_cloaking GetVersion if run without a hash providerdanieldg
2010-02-20Allow invex to bypass keydanieldg
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-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-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-15Add <oper:autologin> to allow SSL fingerprint-based automatic oper logindanieldg
2010-02-15Deny identical mode +H changedanieldg
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
2010-02-14Switch the order of arguments in the +X mode, thanks aquanight for the sugges...danieldg
2010-02-14Don't check for existance and such when removing bansdanieldg
2010-02-14m_dnsbl updatesdanieldg
2010-02-13Fix inverted return on ldapoperdanieldg
2010-02-13Clean up treesocket naming confusion by adding a link block reference during ...danieldg
2010-02-13Fix double-invocation of Squit that can cause a crash on delinkdanieldg
2010-02-13Change GeoIP to be a connect block matcherdanieldg
2010-02-12Fix compilationdanieldg
2010-02-12Write out the permchannels database on a timer, not on every mode changedanieldg
2010-02-12Remove possible references to deleted User objects due to DNS lookupsdanieldg
2010-02-12Fix sending null character on callerid metadata, which causes netsplitsdanieldg
2010-02-12Fix help text in helpop, route ACCEPT command to fix calleriddanieldg
2010-02-11Restart server_hash iteration after quitting dead and pinged out serversdanieldg
2010-02-11Make UID modify its parameter on a nick collision so that services has an eas...danieldg
2010-02-11Fix routing of KILL command when sourced from a serverdanieldg
2010-02-10Show SSL fingerprint in /WHOIS line, allow fingerprints to be hidden from non...danieldg
2010-02-10Fix TBAN not working if the banner is owner/protecteddanieldg
2010-02-10Fix incorrect ServerInstance pointer in m_sasldanieldg
2010-02-10Change display of PROP list to match the input formatdanieldg
2010-02-10Better error messages for m_autoopdanieldg
2010-02-10Fix incorrect check of mode permissions when displaying themdanieldg
2010-02-10Fix WHOISNOTICE parameters being sent backwardsdanieldg