Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-03 | Anope 1.8.9 Release1.8.9 | Adam | |
2014-03-03 | Update NSIS scripts for Anope 1.8.9 | Adam | |
2014-02-10 | Bump and update version.log | Robby- | |
2014-02-10 | listchans: Fix typo: nickname -> channel | Robby- | |
2014-01-01 | Update 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-09 | Bump version.log and Changes | Adam | |
2013-12-09 | Merge pull request #30 from trystanscott/patch-1 | Adam | |
Fix undefined symbol error on Solaris11 | |||
2013-11-29 | Fix undefined symbol error on Solaris11 | trystanscott | |
2013-09-29 | Internally 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-18 | Add padding to struct memo for non mysql builds to keep abi compat with ↵ | Adam | |
mysql builds | |||
2013-08-16 | Fix kick reason in cs_suspend and cs_forbid if no reason is given | Adam | |
2013-08-16 | hs_request: Improve logging of new vhost requests | Adam | |
2013-07-26 | Properly jupe servers on inspircd by using RSQUIT, waiting for the ↵ | Adam | |
corresponding SQUIT, and then introducing the new server | |||
2013-07-25 | Fix dumb modules | Adam | |
2013-07-25 | CSMaxReg cant be reloaded, so this is unnecessary | Adam | |
2013-07-25 | Update version.log for the last two commits | Adam | |
2013-07-25 | Memory: 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-25 | Bug: 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-07 | Fix fd leak in mail.c with ForkForMail enabled | Adam | |
2013-06-21 | updated Hybrid protocol module to support vhosts | DukePyrolator | |
2013-06-05 | Bug #1527 - Fixed modules being loaded regardless of the load abort signal ↵ | Viper | |
returned by a modules AnopeInit function. (Introduced in commit. e0c3069c) | |||
2013-06-05 | Fixed messy indentation using a combination of spaces and tabs. | Viper | |
2013-05-25 | Update Hybrid protocol module for Hybrid 8.1 | Michael Wobst | |
2013-05-25 | Allow loading nicks with no core... just in case | Adam | |
2013-03-03 | Bump for 1.8.9-git | Adam | |
2013-03-03 | Anope 1.8.8 Release1.8.8 | Adam | |
2013-03-03 | Update language instructions in README to use git instead of svn. Add | Adam | |
japanese language file to Windows makefile and installer. | |||
2013-03-03 | Update NSIS scripts for Anope 1.8.8 | Adam | |
2013-02-21 | Update COPYING | Charles Kingsley | |
2013-02-20 | Update COPYING | Charles Kingsley | |
2013-02-17 | Also 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-17 | updated Changes, version.log and .gitignore | DukePyrolator | |
2013-02-17 | Merge pull request #10 from l/translation_ja_1.8 | Jens Voß | |
Japanese Translation for 1.8 branch | |||
2013-02-17 | Do not allow invalid nicknames to be forbidden in ns_forbid | Adam | |
2013-02-17 | add japanese translation | AYANOKOUZI, Ryuunosuke | |
2013-02-13 | Do not allow invalid nicknames to be forbidden in ns_forbid | Adam | |
2013-01-29 | Bug #1474 - Fixed setting user modes on BotServ bots on Unreal3.2.10 | Adam | |
This was caused by Unreal's revision 58c35ea52a1f | |||
2013-01-09 | Update 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-23 | Updated Changes and version.log to include Hybrid support changes. | Viper | |
2012-12-23 | Merge pull request #3 from Faw-kes/1.8 | jan Milants | |
Added Hybrid 8.0 support. (This replaces the experimental Hybrid 7 support.) | |||
2012-12-23 | Updated README | Faw-kes | |
2012-12-23 | Adding 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-17 | Added french language support to some modules (patch provided by Coolsmile) | DukePyrolator | |
2012-12-16 | updated the Polish language file | DukePyrolator | |
2012-12-16 | updated .gitignore | DukePyrolator | |
2012-10-31 | Cleanup many compile warnings from make and make strict | Adam | |
2012-10-31 | Use base 10 for strtol() in the config parser to prevent numbers beginning ↵ | Adam | |
with 0 from confusing it | |||
2012-10-27 | Update Windows install script for VS 2012, update Windows README, and fixed ↵ | Adam | |
VS 2012 build | |||
2012-10-15 | Fix typo in NICK_SASET_MSG_SYNTAX | Adam | |
2012-09-22 | Fixed some warnings caused from the last commit | Adam | |