summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-08-24trying to delete sessions when a ulined server quitspimpmylinux
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2467 5417fbe8-f217-4b02-8779-1006273d7864
2009-08-23Fixed entry_match to work properly when matching hostnames and given a NULL ↵adam-
username (although this should never happen in the core) git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2464 5417fbe8-f217-4b02-8779-1006273d7864
2009-08-19Fixed bug #1094adam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2456 5417fbe8-f217-4b02-8779-1006273d7864
2009-08-06dos2unix'd several files.sjaz
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2428 5417fbe8-f217-4b02-8779-1006273d7864
2009-08-04Fixed possible segfault introduced by TS6 fix in rev. 2401.jantje_85
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2406 5417fbe8-f217-4b02-8779-1006273d7864
2009-08-03Fixed do_server() so it doesn't go nuts if a SID is the source. Added some ↵jantje_85
sanity checks and debug output as well. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2402 5417fbe8-f217-4b02-8779-1006273d7864
2009-08-01Added forgotten entries to version.log and Changes, some cleanup, and fixed ↵jantje_85
a few minor TS6 issues. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2401 5417fbe8-f217-4b02-8779-1006273d7864
2009-08-01Fixed some memory leaks when setting vhosts on usersadam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2400 5417fbe8-f217-4b02-8779-1006273d7864
2009-07-31Fixed a TS6 bug in chan_set_modes() causing restrictions such as secureops ↵jantje_85
to fail if the IRCd sends UUIDs instead of nicks. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2398 5417fbe8-f217-4b02-8779-1006273d7864
2009-07-31Fixed a bug in UMODE causing anope to send an extra umode change as a ↵jantje_85
channel mode change. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2397 5417fbe8-f217-4b02-8779-1006273d7864
2009-07-28Added german language support to hs_request.c. Patch provided by Han.DukePyrolator
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2395 5417fbe8-f217-4b02-8779-1006273d7864
2009-07-13Fix some syntax error replies to use syntax_erroradam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2378 5417fbe8-f217-4b02-8779-1006273d7864
2009-07-12Fixed elist_match_user to check against vhosts, patch from sergioadam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2376 5417fbe8-f217-4b02-8779-1006273d7864
2009-07-11Updated NSIS Windows Installer Scripts post 1.8.2 Releasesjaz
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2372 5417fbe8-f217-4b02-8779-1006273d7864
2009-07-07Fix a crash when mysql is used without MysqlSecure defined. Thanks to adam-
jerrcs for finding and testing git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2364 5417fbe8-f217-4b02-8779-1006273d7864
2009-07-06Fix unsetting founder_chans when logging out other usersadam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2362 5417fbe8-f217-4b02-8779-1006273d7864
2009-06-26Fixed several bugs in messages.c regarding parsing TS6 encoded commands. ↵jantje_85
This is a prerequisite for an InspIRCd 1.2 protocol module. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2337 5417fbe8-f217-4b02-8779-1006273d7864
2009-06-20Update to allow windows build to function with the removal of inspircd10.csjaz
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2329 5417fbe8-f217-4b02-8779-1006273d7864
2009-06-15Fix memory leak in NS SUSPEND, patch by Adam.cyberbotx
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2327 5417fbe8-f217-4b02-8779-1006273d7864
2009-06-12Bugfix for bug #1082, remove check for NSModeOnID from NS UPDATE, it's not ↵cyberbotx
logical to check for NSModeOnID since you must be identified to use NS UPDATE anyways. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2322 5417fbe8-f217-4b02-8779-1006273d7864
2009-06-11Fix potential crash in Charybdis protocol module, patch by Adam.cyberbotx
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2321 5417fbe8-f217-4b02-8779-1006273d7864
2009-05-17Change sizeof() to strlen() in db_mysql_secure(), patch by DukePyrolator.cyberbotx
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2301 5417fbe8-f217-4b02-8779-1006273d7864
2009-05-10Fix bug #1078, MySQL query should no longer fail when password and salt are ↵cyberbotx
too long, patch from Adam. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2299 5417fbe8-f217-4b02-8779-1006273d7864
2009-05-08Patch to allow jupe on all bar uplink and self. Thanks Adam. (Bug #1076)sjaz
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2297 5417fbe8-f217-4b02-8779-1006273d7864
2009-05-06Patch from DukeP - founderstatus (gained by /cs identify) is not removed on ↵sjaz
logout, and on remote logout the nicktracking and the timers are removed from the wrong user (u instead of u2). Cheers! :) git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2293 5417fbe8-f217-4b02-8779-1006273d7864
2009-04-26Backport from 1.9 to document the use of /ms set notify mail and nomail (Adam)sjaz
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2289 5417fbe8-f217-4b02-8779-1006273d7864
2009-04-22Patch to rectify Syntax output from langfiles and update certain modules to ↵sjaz
use syntax_error rather than notice_lang. (Adam) git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2287 5417fbe8-f217-4b02-8779-1006273d7864
2009-04-17Don't enfoce akick/forbidden/etc.. settings on clients on ulined servers.jantje_85
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2284 5417fbe8-f217-4b02-8779-1006273d7864
2009-04-11Backport of r2271, remove files from the modules runtime directory on ↵cyberbotx
startup, just in case files were left behind during a previous run. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2272 5417fbe8-f217-4b02-8779-1006273d7864
2009-04-03Backport of bugfix for bug #1004 from SVN r2003, Modechanges from ulined ↵jantje_85
server are no longer being blocked by SECUREOPS. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2253 5417fbe8-f217-4b02-8779-1006273d7864
2009-04-03Fixed non-standard C-style comment.jantje_85
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2251 5417fbe8-f217-4b02-8779-1006273d7864
2009-04-03Backport of bugfix for bug #1050 from SVN r2163, patch from Adam, MS STAFF's ↵cyberbotx
syntax shows correctly, required adding a language string as well, currently they are all English until they can be properly translated. Also update version.log with previous 4 revisions as well. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2245 5417fbe8-f217-4b02-8779-1006273d7864
2009-04-02Fix compile error with inspircd11 module.cyberbotx
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2240 5417fbe8-f217-4b02-8779-1006273d7864
2009-03-30Modified patch to change vhost removal to work correctly in all cases, ↵rburchell
originally by Szymek. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2221 5417fbe8-f217-4b02-8779-1006273d7864
2009-03-30Correctly initialise variables in jointhrottle check, noted by Szymek.rburchell
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2220 5417fbe8-f217-4b02-8779-1006273d7864
2009-03-30Remove insp1.0 protocol modules. 1.0 has been unsupported by upstream for a ↵rburchell
very long time, and they contain a number of bugs since fixed in the 1.1 module. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2219 5417fbe8-f217-4b02-8779-1006273d7864
2009-03-30Backport of bugfix for bug #1073 from SVN r2217, fantasy commands in CTCP ↵cyberbotx
ACTIONs will now be ignored instead of processed. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2218 5417fbe8-f217-4b02-8779-1006273d7864
2009-03-23Correct backport of bug #1065, patch from DukePyrolator, there is no nc on ↵cyberbotx
the User struct in 1.8.x, use nickTrack instead, oops. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2199 5417fbe8-f217-4b02-8779-1006273d7864
2009-03-23Backport of bugfix for bug #1044 from SVN r2195, CS SET MLOCK no longer ↵cyberbotx
requires a parameter, and leaving out the parameter renders the mlock to +r as it should be. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2196 5417fbe8-f217-4b02-8779-1006273d7864
2009-03-23Backport of bugfix for buf #1065 from SVN r2192, original patch from ↵cyberbotx
DukePyrolator, force a user off a nick when it is suspended. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2193 5417fbe8-f217-4b02-8779-1006273d7864
2009-03-23Backport of bugfix for bug #1064 from SVN r2188, original patch from ↵cyberbotx
DukePyrolator, fixes NS RECOVER so it doesn't display "(null)" in some places. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2189 5417fbe8-f217-4b02-8779-1006273d7864
2009-03-23Backport of bugfix for bug #1062 from SVN r2185 and 2186, patch from Adam, ↵cyberbotx
BS ASSIGN, BS ACT, and BS SAY should no longer send error messags to users without access. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2187 5417fbe8-f217-4b02-8779-1006273d7864
2009-03-22Fix memleak in channels.c from DukePyrolator. (Same fix applied to 1.9 ↵sjaz
earlier). Thanks DP! git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2182 5417fbe8-f217-4b02-8779-1006273d7864
2009-03-22Backport of bugfix for bug #1043 from SVN r2178, patch from Adam, CS LIST ↵cyberbotx
will no longer show suspended channels to normal users. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2181 5417fbe8-f217-4b02-8779-1006273d7864
2009-03-22Backport of bugfix for bug #1030 from SVN r2179, patch from Adam, deleting ↵cyberbotx
from the channel access list now logs a message about the deleted items. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2180 5417fbe8-f217-4b02-8779-1006273d7864
2009-03-18#1054 Backported fix from 1.9 to hide password in log/logchan whilst user is ↵sjaz
ignored. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2175 5417fbe8-f217-4b02-8779-1006273d7864
2009-03-15Patch from DukePyrolator to log an entry for when NSMemoReceipt isn't ↵sjaz
defined in the config. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2166 5417fbe8-f217-4b02-8779-1006273d7864
2009-03-09Backport of bugfix for bug #1025 from SVN r2148, the message for "no such ↵cyberbotx
entry" should show whatever was passed in to the command, not -1 every time. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2152 5417fbe8-f217-4b02-8779-1006273d7864
2009-03-09Backport of bugfix for bug #1020 from SVN r2150, read and write the mlock ↵cyberbotx
for flood and redirect regardless of the IRCd's setting for the mode. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2151 5417fbe8-f217-4b02-8779-1006273d7864
2009-03-07Applied adams patch for re-ordering listsrobbeh
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2145 5417fbe8-f217-4b02-8779-1006273d7864