summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-01Add travis config exempting 1.81.8Adam
2014-03-03Anope 1.8.9 Release1.8.9Adam
2014-03-03Update NSIS scripts for Anope 1.8.9Adam
2014-02-10Bump and update version.logRobby-
2014-02-10listchans: Fix typo: nickname -> channelRobby-
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-12-09Bump version.log and ChangesAdam
2013-12-09Merge pull request #30 from trystanscott/patch-1Adam
Fix undefined symbol error on Solaris11
2013-11-29Fix undefined symbol error on Solaris11trystanscott
2013-09-29Internally process bounced channel modes from a deopped user.Adam
Even though we never process the modes from the deopped user, the bounced modes can't be trusted.
2013-09-18Add padding to struct memo for non mysql builds to keep abi compat with ↵Adam
mysql builds
2013-08-16Fix kick reason in cs_suspend and cs_forbid if no reason is givenAdam
2013-08-16hs_request: Improve logging of new vhost requestsAdam
2013-07-26Properly jupe servers on inspircd by using RSQUIT, waiting for the ↵Adam
corresponding SQUIT, and then introducing the new server
2013-07-25Fix dumb modulesAdam
2013-07-25CSMaxReg cant be reloaded, so this is unnecessaryAdam
2013-07-25Update version.log for the last two commitsAdam
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-07-25Bug: Remove server from internal list if it exists on /os jupe on Unreal. ↵mokkori
Not doing so leads to duplicated entries which cause side-effects such as sending a global to the same server more than once.
2013-07-07Fix fd leak in mail.c with ForkForMail enabledAdam
2013-06-21updated Hybrid protocol module to support vhostsDukePyrolator
2013-06-05Bug #1527 - Fixed modules being loaded regardless of the load abort signal ↵Viper
returned by a modules AnopeInit function. (Introduced in commit. e0c3069c)
2013-06-05Fixed messy indentation using a combination of spaces and tabs.Viper
2013-05-25Update Hybrid protocol module for Hybrid 8.1Michael Wobst
2013-05-25Allow loading nicks with no core... just in caseAdam
2013-03-03Bump for 1.8.9-gitAdam
2013-03-03Anope 1.8.8 Release1.8.8Adam
2013-03-03Update language instructions in README to use git instead of svn. AddAdam
japanese language file to Windows makefile and installer.
2013-03-03Update NSIS scripts for Anope 1.8.8Adam
2013-02-21Update COPYINGCharles Kingsley
2013-02-20Update COPYINGCharles Kingsley
2013-02-17Also mark bots that were previously -o on UnrealIRCd as +H to hide them from ↵Adam
the oper count in /lusers and /stats, which is closer to the old behavior.
2013-02-17updated Changes, version.log and .gitignoreDukePyrolator
2013-02-17Merge pull request #10 from l/translation_ja_1.8Jens Voß
Japanese Translation for 1.8 branch
2013-02-17Do not allow invalid nicknames to be forbidden in ns_forbidAdam
2013-02-17add japanese translationAYANOKOUZI, Ryuunosuke
2013-02-13Do not allow invalid nicknames to be forbidden in ns_forbidAdam
2013-01-29Bug #1474 - Fixed setting user modes on BotServ bots on Unreal3.2.10Adam
This was caused by Unreal's revision 58c35ea52a1f
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-23Updated Changes and version.log to include Hybrid support changes.Viper
2012-12-23Merge pull request #3 from Faw-kes/1.8jan Milants
Added Hybrid 8.0 support. (This replaces the experimental Hybrid 7 support.)
2012-12-23Updated READMEFaw-kes
2012-12-23Adding Hybrid 8.0 support since Hybrid 8.0 has some services support now.Faw-kes
Removed experimental Hybrid 7.x support, because Hybrid 7 is now deprecated. Updated example.conf file. Protocol Module provided by the Hybrid Development Team. Special thanks to Michael.
2012-12-17Added french language support to some modules (patch provided by Coolsmile)DukePyrolator
2012-12-16updated the Polish language fileDukePyrolator
2012-12-16updated .gitignoreDukePyrolator
2012-10-31Cleanup many compile warnings from make and make strictAdam
2012-10-31Use base 10 for strtol() in the config parser to prevent numbers beginning ↵Adam
with 0 from confusing it
2012-10-27Update Windows install script for VS 2012, update Windows README, and fixed ↵Adam
VS 2012 build
2012-10-15Fix typo in NICK_SASET_MSG_SYNTAXAdam