]> jfr.im git - irc/quakenet/newserv.git/commit
Merged revisions 310,312-314,322-323,328-329 via svnmerge from
authorChris Porter <redacted>
Fri, 30 Dec 2005 14:42:00 +0000 (14:42 +0000)
committerChris Porter <redacted>
Fri, 30 Dec 2005 14:42:00 +0000 (14:42 +0000)
commit664aeff392777d5887852b6f91fda7449b098aab
tree54f891831c2b14e04032db6de238b2e53c130c34
parentd7a70850c630619abbfe03d9928d659ed930378b
parent9f824c9581a915db12e154bd1c75a622641fbc97
Merged revisions 310,312-314,322-323,328-329 via svnmerge from
https://svn.quakenet.org/svn/dev-com/N/trunk

........
r310 | cruicky | 2005-12-04 17:45:05 +0000 (Sun, 04 Dec 2005) | 2 lines

Request from Henrik for an option to prevent users updating channel settings via authgate.
Added channel flag +l for nterfacer to check whether the channel is locked.
........
r312 | strutsi | 2005-12-05 18:03:07 +0000 (Mon, 05 Dec 2005) | 2 lines

G 2.15 mostly bugfixes

........
r313 | paul | 2005-12-10 15:51:21 +0000 (Sat, 10 Dec 2005) | 2 lines

dont free(arg) else bad things happen i.e. a valid users nick gets nuked

........
r314 | paul | 2005-12-10 15:59:39 +0000 (Sat, 10 Dec 2005) | 2 lines

fix searching by auth/host typo

........
r322 | cruicky | 2005-12-20 22:29:34 +0000 (Tue, 20 Dec 2005) | 11 lines

Removed +p chanmode.
Removed +@'s for both points and patterns in profiles.
Changed the way in which the 'Points' part of the profile is used.
Added AMSG detection.
Fixed SQL injection in SPAMLOOKUP.
Changed DB's queries so they don't use SELECT *

The following changes were recommended by staff:
SPAMLOOKUP without IPs/Hosts for helpers.
Restricted SPAMLOOKUP to a maximum of 50 results.
REJOIN lowered to helper level.
........
r323 | cruicky | 2005-12-21 00:32:09 +0000 (Wed, 21 Dec 2005) | 1 line

Fixed a small issue where hostnames and IPs would be shown if a user had an oper or greater account, but not opered.
........
r328 | cruicky | 2005-12-21 21:47:53 +0000 (Wed, 21 Dec 2005) | 3 lines

Fixed an error in string parser causing the repeat detector to fail.
Added storage of strings so SPAMLOOKUP can show what was said.
General code changes.
........
r329 | cruicky | 2005-12-23 20:40:46 +0000 (Fri, 23 Dec 2005) | 3 lines

2 minor fixes:
Text would not be stored if regex matched.
Fixed whitespace issue in string compacter.
........