summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-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-17Do not allow invalid nicknames to be forbidden in ns_forbidAdam
2013-02-17add japanese translationAYANOKOUZI, Ryuunosuke
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-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-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-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-08-07Do not apply akills or sxlines that are pending expirationAdam
2012-07-30Fixed crash when InspIRCd sends user MODE changesAdam
for users that don't "exist" (probably us)
2012-07-14Fixed crash with cs_enforce and registered empty permanent channelsAdam
2012-02-25Bug #1380 - Do not allow akill masks to end in @.Adam
This can be used to cause the IRCd to SQUIT us by adding invalid akills. The only known affected is Charybdis. Also fixed a crash caused by receiving a SQUIT for ourselves.
2012-01-02Updated Copyright to 2012Adam
2011-12-31Bug #1369 - Fixed os_svsnick to allow changing the case of a users' nickAdam
2011-12-23Bump installer scripts for 1.8.7 releaseAdam
2011-12-15Implemented API support for the SVSJOIN and SVSPART commands on UltimateIRCd 3.Viper
2011-11-20Fixed ignore not matching against users' real host or IP (introduced in rev. ↵Viper
3049).
2011-11-16Use vident instead of ident in combination with the vhost for botserv ↵Viper
kick(ban)s and nickserv access list checking.
2011-11-16Match bans against the vident/vhost instead of real ident/vhost when available.Viper
2011-09-03Use _exit, not exit, to exit mail forks to prevent our atexit() functions ↵Adam
from being called, and removing our pidfile
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-22Added event to warn modules a nickcore gets a new display nick or is about ↵Viper
to be dropped. (This should enable modules to more easily link their data to anopes core data.)
2011-08-21Send DROP event when forbidding nicks and channels, if applicable.unknown
2011-08-18Bug #1318 - #1320 - Added support for Hybrid's +S and +O channel modes, and ↵Adam
removed support for +a
2011-08-10Fixed loading bs_fantasy_owner on startup when using InspIRCd 2.0Adam
2011-08-09Bug #1287 - Fixed chan_set_correct_modes to not deop the first user from ↵Adam
syncing servers
2011-07-23Fixed a potential crash in the badwords kicker, and fixed matching BW_SINGLE ↵Adam
with BSCaseSensitive enabled
2011-05-30Bug #1273 - Fixed removing vhosts on InspIRCd when m_cloaking is unloadedAdam
2011-05-08Prepare NSIS scripts for future 1.8.6 releaseCharles Kingsley
2011-05-07Removed atheme2anope database converter as its out of dateAdam
2011-05-02Bug #1236 - Fixed crash in enc_md5 on MacAdam
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-04-28Added events for module loading/unloading and command creation/deletion.Viper
Enables modules expanding on other modules to adjust hooks if needed. - Related to bug #1263.
2011-04-10Usage update for ./listchans thanks katsklawCharles Kingsley
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-03-21Forgot videntsAdam
2011-03-21Added support m_services.c and m_change.c from Hybrid's contrib folderAdam
2011-03-04Change to users masked host instead of the real one after turning vhost off ↵lethality
in inspircd.
2011-03-03Fixed opping our clients on ratbox when TS6 is not used.Adam
2011-03-01Do not show SENDPASS in NickServ and ChanServ help to users who can't use itAdam
2011-02-23Rejoin our clients if kicked on TS6 IRCDs and made ratbox protocol module ↵Adam
use account tracking
2011-02-11Fixed Mac buildAdam
2011-01-28Fixed not introducing our clients with usermode +k on InspIRCd 2.0Adam