summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2014-01-01Update copyright to 2014. This was done with:Adam
find include/ src/ lang/ docs/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
2013-08-16Fix kick reason in cs_suspend and cs_forbid if no reason is givenAdam
2013-07-25CSMaxReg cant be reloaded, so this is unnecessaryAdam
2013-07-25Memory: Properly initialize and free new module languages.mokkori
Memory: Properly free strings in module config directive lookups. Memory: Do not leak module version and author in rare situations. Memory: Memory leak when deleting a module callback. Memory: Memory leaks with module messages. Memory: Memory leaks with module commands. Memory: Memory leaks with module event handlers. Memory: Memory leaks with module event hooks. Memory: Every module config entry of type string is leaked on config reload. Memory: Leak services root list, ulines list, host setters list, modules autoload list, modules delayed autoload list, hostserv/memoserv/helpserv/botserv/operserv/chanserv/nickserv core modules lists on config reload. Memory: Leaks with channel bans/invites/exceptions. Memory: Leak when updating already existing ignore. Memory: Invalid pointer read in slists. Memory: Leak when using /cs appendtopic. Memory: Leak on (currently impossible) config reload. Memory: Syscall param write(buf) points to uninitialised byte(s) in save_ns_dbase(). Memory: Leak if PreNickServDB is set and NSEmailReg is not. Removing a command no longer calls free() on help_param*, reversed previous changes Changes to CSMaxReg, MSMaxMemos and NewsCount are now properly reflected in help notices after config reload Small adjustments Fixed copy&paste mistake Fix findCommand() searching in the wrong command tables
2013-02-13Do not allow invalid nicknames to be forbidden in ns_forbidAdam
2013-01-09Update copyright to 2013. This was done with:Adam
find include/ src/ lang/ docs/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \;
2012-10-31Cleanup many compile warnings from make and make strictAdam
2012-10-27Update Windows install script for VS 2012, update Windows README, and fixed ↵Adam
VS 2012 build
2012-09-22Fixed some warnings caused from the last commitAdam
2012-09-21Made all module functions static to fix OSX's linker from linkingAdam
modules with similar function names to each other which causes complete and total chaos.
2012-01-02Updated Copyright to 2012Adam
2011-12-31Bug #1369 - Fixed os_svsnick to allow changing the case of a users' nickAdam
2011-08-23Made os_sxline and os_akill use a stored value to curent time to prevent the ↵Adam
off-chance of time changing while executing the function which can mess up our globops/log messages
2011-08-21Send DROP event when forbidding nicks and channels, if applicable.unknown
2011-08-10Fixed loading bs_fantasy_owner on startup when using InspIRCd 2.0Adam
2011-05-02Bug #1236 - Fixed crash in enc_md5 on MacAdam
2011-03-01Do not show SENDPASS in NickServ and ChanServ help to users who can't use itAdam
2011-01-06Updated Copyright to 2011lethality
2010-12-23Bug #1079 - Prevent /cs ban, akick, unban, etc, from matching against users ↵Adam
real hostname and IPs in an attempt to prevent unauthorized users from gaining other users IPs via brute force attacks.
2010-09-28Fixed bug #1193 - Fixed /nickserv saset display to change the nicktracking ↵Adam
of the users affected by it, not the user executing it
2010-09-28Fixed bug #1194 - Fixed /nickserv group to use nicktracking if enabledAdam
2010-09-07Merge branch '1.8' of git.sigterm.info:gitroot/anope/anope into 1.8Adam
2010-09-07Fixed make strict build and cleaned up some warningsAdam
2010-09-05Added InspIRCd 2.0 supportAdam
2010-07-27Log out superadmins when someone forces them to logout, and fixed crash when ↵Adam
using /os umode +r on an unregistered user when using inspircd12
2010-07-17Allow clearing of access lists while in XOPAdam
2010-07-05Removed enc_encrypt_in_place, it is unnecessary and using it like it was ↵Adam
designed breaks long passwords.
2010-07-03Fixed bug #1172: Encrypt the whole password given to nickserv and chanserv ↵Adam
REGISTER This prevents us from truncating peoples passwords without telling them, which makes it so you can't identify with the same password you registered with if your password is really long.
2010-06-18Removed all references to the SVN keyword IdAdam
2010-06-18Set all of the core modules versions to VERSION_STRING - SVN is now ↵Adam
officially not used anymore
2010-05-30Fixed a crash on shutdown when running Anope on MacAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2991 5417fbe8-f217-4b02-8779-1006273d7864
2010-05-23Added an internal events called when nick is ghosted and when nick is recoveredphil-lavin
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2976 5417fbe8-f217-4b02-8779-1006273d7864
2010-05-19Extension to r2952 adding logging for BS BOTphil-lavin
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2969 5417fbe8-f217-4b02-8779-1006273d7864
2010-05-15Fixed bug with r2952 (%s was used rather than %d)phil-lavin
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2962 5417fbe8-f217-4b02-8779-1006273d7864
2010-05-12Added a tonne of alog()s to log all stateful commandsphil-lavin
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2952 5417fbe8-f217-4b02-8779-1006273d7864
2010-05-05Added an internal event called when a nick is requestedAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2929 5417fbe8-f217-4b02-8779-1006273d7864
2010-04-21Removed some unnecessary redundant code in cs_clearAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2903 5417fbe8-f217-4b02-8779-1006273d7864
2010-04-20Fixed /ns info to show when a nick expires to services opers, not only adminsAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2900 5417fbe8-f217-4b02-8779-1006273d7864
2010-04-15Fixed bug #1154 - Fixed a potential crash in cs_clear opsAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2895 5417fbe8-f217-4b02-8779-1006273d7864
2010-03-24Log deleting and clearing XOP access listsAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2837 5417fbe8-f217-4b02-8779-1006273d7864
2010-03-17Fixed a bug introduced in r2667 that could cause some access entries to not ↵Adam-
convert to XOP correctly git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2819 5417fbe8-f217-4b02-8779-1006273d7864
2010-03-16Fixed bug #1141, reordered some access checks in cs_kick and cs_modes to ↵Adam-
hide who is on the channel git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2818 5417fbe8-f217-4b02-8779-1006273d7864
2010-03-13Fixed the second part of bug #1138Adam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2813 5417fbe8-f217-4b02-8779-1006273d7864
2010-03-04Fixed some memory leaks in ns_registerAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2801 5417fbe8-f217-4b02-8779-1006273d7864
2010-02-18Don't show unconfirmed nicks when services admins list suspended nicksAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2791 5417fbe8-f217-4b02-8779-1006273d7864
2010-01-11updated copyright info for 2010pimpmylinux
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2752 5417fbe8-f217-4b02-8779-1006273d7864
2010-01-11Some language fixes closing issue #1124 and #1122, fixed wrong language ↵pimpmylinux
string invoked in bot add closing issue #1118 git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2750 5417fbe8-f217-4b02-8779-1006273d7864
2010-01-11Fixed a reply in bs_bot to be correct when you use an invalid ident, ↵Adam-
reported by Phil git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2747 5417fbe8-f217-4b02-8779-1006273d7864
2010-01-02Fixed a few SASET help replies to reply to services opers, and fixed the ↵Adam-
rest to not reply to anyone who requests help git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2727 5417fbe8-f217-4b02-8779-1006273d7864
2009-12-01Fixed bug #1106 - Anope now keeps track of users cloaked hosts as well as ↵Adam-
virtual host and will use both in matching for things git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2679 5417fbe8-f217-4b02-8779-1006273d7864