Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-13 | Do not allow invalid nicknames to be forbidden in ns_forbid | Adam | |
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-10-31 | Cleanup many compile warnings from make and make strict | Adam | |
2012-10-27 | Update Windows install script for VS 2012, update Windows README, and fixed ↵ | Adam | |
VS 2012 build | |||
2012-09-22 | Fixed some warnings caused from the last commit | Adam | |
2012-09-21 | Made all module functions static to fix OSX's linker from linking | Adam | |
modules with similar function names to each other which causes complete and total chaos. | |||
2012-01-02 | Updated Copyright to 2012 | Adam | |
2011-12-31 | Bug #1369 - Fixed os_svsnick to allow changing the case of a users' nick | Adam | |
2011-08-23 | Made 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-21 | Send DROP event when forbidding nicks and channels, if applicable. | unknown | |
2011-08-10 | Fixed loading bs_fantasy_owner on startup when using InspIRCd 2.0 | Adam | |
2011-05-02 | Bug #1236 - Fixed crash in enc_md5 on Mac | Adam | |
2011-03-01 | Do not show SENDPASS in NickServ and ChanServ help to users who can't use it | Adam | |
2011-01-06 | Updated Copyright to 2011 | lethality | |
2010-12-23 | Bug #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-09-28 | Fixed bug #1193 - Fixed /nickserv saset display to change the nicktracking ↵ | Adam | |
of the users affected by it, not the user executing it | |||
2010-09-28 | Fixed bug #1194 - Fixed /nickserv group to use nicktracking if enabled | Adam | |
2010-09-07 | Merge branch '1.8' of git.sigterm.info:gitroot/anope/anope into 1.8 | Adam | |
2010-09-07 | Fixed make strict build and cleaned up some warnings | Adam | |
2010-09-05 | Added InspIRCd 2.0 support | Adam | |
2010-07-27 | Log out superadmins when someone forces them to logout, and fixed crash when ↵ | Adam | |
using /os umode +r on an unregistered user when using inspircd12 | |||
2010-07-17 | Allow clearing of access lists while in XOP | Adam | |
2010-07-05 | Removed enc_encrypt_in_place, it is unnecessary and using it like it was ↵ | Adam | |
designed breaks long passwords. | |||
2010-07-03 | Fixed bug #1172: Encrypt the whole password given to nickserv and chanserv ↵ | Adam | |
REGISTER This prevents us from truncating peoples passwords without telling them, which makes it so you can't identify with the same password you registered with if your password is really long. | |||
2010-06-18 | Removed all references to the SVN keyword Id | Adam | |
2010-06-18 | Set all of the core modules versions to VERSION_STRING - SVN is now ↵ | Adam | |
officially not used anymore | |||
2010-05-30 | Fixed a crash on shutdown when running Anope on Mac | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2991 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-23 | Added an internal events called when nick is ghosted and when nick is recovered | phil-lavin | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2976 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-19 | Extension to r2952 adding logging for BS BOT | phil-lavin | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2969 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-15 | Fixed bug with r2952 (%s was used rather than %d) | phil-lavin | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2962 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-12 | Added a tonne of alog()s to log all stateful commands | phil-lavin | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2952 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-05 | Added an internal event called when a nick is requested | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2929 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-04-21 | Removed some unnecessary redundant code in cs_clear | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2903 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-04-20 | Fixed /ns info to show when a nick expires to services opers, not only admins | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2900 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-04-15 | Fixed bug #1154 - Fixed a potential crash in cs_clear ops | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2895 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-03-24 | Log deleting and clearing XOP access lists | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2837 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-03-17 | Fixed a bug introduced in r2667 that could cause some access entries to not ↵ | Adam- | |
convert to XOP correctly git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2819 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-03-16 | Fixed bug #1141, reordered some access checks in cs_kick and cs_modes to ↵ | Adam- | |
hide who is on the channel git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2818 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-03-13 | Fixed the second part of bug #1138 | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2813 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-03-04 | Fixed some memory leaks in ns_register | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2801 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-02-18 | Don't show unconfirmed nicks when services admins list suspended nicks | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2791 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-01-11 | updated copyright info for 2010 | pimpmylinux | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2752 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-01-11 | Some language fixes closing issue #1124 and #1122, fixed wrong language ↵ | pimpmylinux | |
string invoked in bot add closing issue #1118 git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2750 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-01-11 | Fixed a reply in bs_bot to be correct when you use an invalid ident, ↵ | Adam- | |
reported by Phil git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2747 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-01-02 | Fixed a few SASET help replies to reply to services opers, and fixed the ↵ | Adam- | |
rest to not reply to anyone who requests help git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2727 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2009-12-01 | Fixed bug #1106 - Anope now keeps track of users cloaked hosts as well as ↵ | Adam- | |
virtual host and will use both in matching for things git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2679 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2009-11-25 | Fix bug #1114. Fixed a bug in cs_clear caused by do_cmode() modifying params ↵ | jantje_85 | |
passed to it. Also fixed some warnings in cs_xop. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2671 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2009-11-25 | Fix a few more XOP related problems | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2668 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2009-11-25 | Cleaned up a lot of the channel access reordering code, properly change ↵ | Adam- | |
users with less than voice access on channels to XOP, and fix a potential crashbug after switching to XOP on IRCds that do not support halfop git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2667 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2009-10-10 | Reset errno before calling strtol in bs_kick, it would sometimes not allow ↵ | Adam- | |
valid kick settings to work git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2546 5417fbe8-f217-4b02-8779-1006273d7864 |