summaryrefslogtreecommitdiff
path: root/src/modules
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-16hs_request: Improve logging of new vhost requestsAdam
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-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-12-17Added french language support to some modules (patch provided by Coolsmile)DukePyrolator
2012-10-31Cleanup many compile warnings from make and make strictAdam
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-07-14Fixed crash with cs_enforce and registered empty permanent channelsAdam
2012-01-02Updated Copyright to 2012Adam
2011-05-07Removed atheme2anope database converter as its out of dateAdam
2011-04-28Bug #1263 - Fixed /ns REGISTER not getting an "unknown cmd" reply when ↵Viper
ns_register is not loaded & ns_maxemail is loaded. This Bug cannot be structurally fixed, needs to be addressed by 3rd party module authors for similar situations. This implementation can serve as a template.
2011-03-24Fixed bug #1252 - The group display nick showing in HS req memos instead of ↵Viper
the requesting alias. Also cleaned up the mess in Changes...
2011-03-24Fixed make strictAdam
2011-01-21Bug #1233 - Fixed some misuse of apostrophes - patch by binkilethality
2011-01-07Some more copyright/typo fixes, spotted by chaz :Plethality
2010-12-23Remove vhost requests from nicks that expireAdam
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-12-15Bug #1213 - Fixed /cs enforce #channel to say SET was enforced not (null)Adam
2010-12-07Fixed some warnings found by cppcheckAdam
2010-09-11Fix makefile.inc.win32 to build few modules not previously built on WindowsCharles Kingsley
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-10Fixed bug #1161 - Fixed setting expiry times on akills in the atheme2anope ↵Adam-
database converter git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2946 5417fbe8-f217-4b02-8779-1006273d7864
2010-05-09Added an Atheme to Anope database converterAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2943 5417fbe8-f217-4b02-8779-1006273d7864
2010-04-15Closed a forgotten file pointer in os_info that would make Windows backups ↵Adam-
of os_info.db fail git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2893 5417fbe8-f217-4b02-8779-1006273d7864
2010-03-30Fixed catserv module demo to work correctly on TS6 IRCDsAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2843 5417fbe8-f217-4b02-8779-1006273d7864
2010-03-16Fixed os_info to display syntax errors if you entered no text, found by CronusAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2816 5417fbe8-f217-4b02-8779-1006273d7864
2010-03-16Fixed os_info to backup its databases properly with the now-working ↵Adam-
ModuleDatabaseBackup function git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2815 5417fbe8-f217-4b02-8779-1006273d7864
2010-03-13Fixed bug #1139 - Delete the correct nicks from hs_request database when ↵Adam-
they are dropped git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2810 5417fbe8-f217-4b02-8779-1006273d7864
2010-03-13Fixed bug #1138 - Fix maximum hostname length checking in hs_requestAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2809 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
2009-09-09Fixed a number of TS6 issues, mainly related to nicks instead of IDs being ↵jantje_85
given to anope_cmd_mode() in combination with a status change (Bug #1096). Also Fixed a small bug in os_oline. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2495 5417fbe8-f217-4b02-8779-1006273d7864
2009-08-06dos2unix'd several files.sjaz
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2428 5417fbe8-f217-4b02-8779-1006273d7864
2009-07-28Added german language support to hs_request.c. Patch provided by Han.DukePyrolator
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2395 5417fbe8-f217-4b02-8779-1006273d7864
2009-01-03Update copyright & contact information within files.sjaz
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@1912 5417fbe8-f217-4b02-8779-1006273d7864
2009-01-01Anope Stable Branchsjaz
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@1902 5417fbe8-f217-4b02-8779-1006273d7864