summaryrefslogtreecommitdiff
path: root/version.log
AgeCommit message (Expand)Author
2014-03-03Anope 1.8.9 Release1.8.9Adam
2014-02-10Bump and update version.logRobby-
2014-01-01Update copyright to 2014. This was done with:Adam
2013-12-09Bump version.log and ChangesAdam
2013-09-29Internally process bounced channel modes from a deopped user.Adam
2013-09-18Add padding to struct memo for non mysql builds to keep abi compat with mysql...Adam
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 correspond...Adam
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-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 re...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-02-17Also mark bots that were previously -o on UnrealIRCd as +H to hide them from ...Adam
2013-02-17updated Changes, version.log and .gitignoreDukePyrolator
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
2013-01-09Update copyright to 2013. This was done with:Adam
2012-12-23Updated Changes and version.log to include Hybrid support changes.Viper
2012-12-17Added french language support to some modules (patch provided by Coolsmile)DukePyrolator
2012-12-16updated the Polish language fileDukePyrolator
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 wi...Adam
2012-10-15Fix typo in NICK_SASET_MSG_SYNTAXAdam
2012-09-22Fixed some warnings caused from the last commitAdam
2012-09-21Made all module functions static to fix OSX's linker from linkingAdam
2012-08-07Do not apply akills or sxlines that are pending expirationAdam
2012-07-30Fixed crash when InspIRCd sends user MODE changesAdam
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
2012-02-22Fixed several grammar errors in docs/ (patch provided by Simba)DukePyrolator
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 for 1.8.8-gitAdam
2011-12-23Anope 1.8.7 Release1.8.7Adam
2011-12-15Implemented API support for the SVSJOIN and SVSPART commands on UltimateIRCd 3.Viper
2011-12-08Fixed some typos in the spanish language fileDukePyrolator
2011-11-20Fixed ignore not matching against users' real host or IP (introduced in rev. ...Viper
2011-11-16Use vident instead of ident in combination with the vhost for botserv kick(ba...Viper
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 fro...Adam
2011-08-23Made os_sxline and os_akill use a stored value to curent time to prevent the ...Adam
2011-08-22Added event to warn modules a nickcore gets a new display nick or is about to...Viper
2011-08-21Send DROP event when forbidding nicks and channels, if applicable.unknown