summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-23Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9lethality
2012-02-22Added regex support for many commands, such as akill, sqline, snline,Adam
all of the */list commands, etc. Also extended the ability of akill to match a full nick!user@host and real name of users.
2012-02-22Fixed db_old loading memo ownersAdam
2012-02-22Also fixed m_proxyscan to handle users with invalid ipsAdam
2012-02-21Fixed m_dnsbl handling users with spoofs/other non ipsAdam
2012-02-22Fixed some trivial formattinglethality
2012-02-19Made our message sources actual clients/servers, and put in a few more ↵Adam
default messages for very standard things (KICK etc)
2012-02-18Fixed some eventsAdam
2012-02-18Add users hostmask to access lists not nick when access add is used on a non ↵Adam
registered user
2012-02-18Made mode lock del check status of the mode lock before removing itAdam
2012-02-18Use C++11's explicit override feature if availableAdam
2012-02-16Fixed FreeBSD buildAdam
2012-02-15Remove revision numbers as they're only ever set by Config reading git since ↵Adam
we've switched off of SVN. Instead just use the hash for the current head when building. Also recheck the hash on every make not just Config.
2012-02-14Fixed detecting when to set +r and fixed crash on shutdown introduced by the ↵Adam
last commit
2012-02-14Clean up and reorganize our header filesAdam
2012-02-13Removed our RNG and just use the systems, it's not very widely used. Also ↵Adam
made DNS query ids not random as they don't need to be.
2012-02-08Removed operserv:notifications in favor of log blocks, as well as some other ↵Adam
notifiications
2012-02-04Fixed WallBadOSAdam
2012-02-04Bump for 1.9.7-gitAdam
2012-02-03Anope 1.9.6 Release1.9.6Adam
2012-02-03Update version.logAdam
2012-02-03Regenerate language filesAdam
2012-01-31Fixed a memory leak in m_ldapAdam
2012-01-31Not sure what I was thinking hereAdam
2012-01-31Bug #1365 - Fixed nickserv/confirm syntax for services opersAdam
2012-01-26Also refuse to load memoserv modules if memoserv isn't loadedAdam
2012-01-25Added two common warning messages on Windows to ignoreAdam
2012-01-25WindowsAdam
2012-01-24Add some checks in ms_* to make sure memoserv really existsAdam
2012-01-24Added missing expires column in /os akill viewAdam
2012-01-24Fixed os_ignore to check against users real IPs, not to match against opers, ↵Adam
and check for expired ignores on /os ignore list
2012-01-24Add tracking for Unreal's usermode +IAdam
2012-01-22added a french INSTALL file, thanks to MacLeod for translatingDukePyrolator
2012-01-21Cleaned up bs_kick and fixed amsg kickerAdam
2012-01-20Fixed param check from last commitlethality
2012-01-20Updated DEFCON and fixed Defcons disabling of the removed mlock commandlethality
2012-01-20Corrected some incorrect Englishlethality
2012-01-15Fixed crash from last commitAdam
2012-01-15Improve on db_sql_live_readAdam
2012-01-14Fixed an incorrect crash-causing response when an invalid option is ↵lethality
specified in botservs kickers
2012-01-13Only match users nicks against access list entries if the entry is a mask... ↵Adam
accidentally removed from an earlier fix for #1368
2012-01-11Fixed loading db_sql_live_read's configuration values on startupAdam
2012-01-10Don't ever attempt to process CTCPs as regular messagesAdam
2012-01-10Removed this "valid" ip check in cidr::cidr, is wrong for IPv6 and ::pton ↵Adam
checks this anyway using inet_pton. Also fixed a comment Robby broke in chanserv.conf
2012-01-10Add support for Unreals extban ~a:Adam
2012-01-08Fixed loading akill reasonsAdam
2012-01-08Fixed topic lock on inspircdAdam
2012-01-07Cleanup of cs_tbanAdam
2012-01-07Cleaned up a lot of log messages, help replies, fixed cs_tban, and other ↵Robby
small fixes
2012-01-07Fixed users not being able to delete their own access with /cs access when ↵Adam
using numbers, and clean up cs_xop slightly