]> jfr.im git - irc/quakenet/newserv.git/log
irc/quakenet/newserv.git
18 years ago r644@blue (orig r492): slug | 2006-05-15 23:25:56 +0100
Chris Porter [Mon, 15 May 2006 21:35:00 +0000 (22:35 +0100)] 
 r644@blue (orig r492):  slug | 2006-05-15 23:25:56 +0100
 New unencumbered array code.

18 years ago r643@blue (orig r491): slug | 2006-05-15 23:24:19 +0100
Chris Porter [Mon, 15 May 2006 21:35:00 +0000 (22:35 +0100)] 
 r643@blue (orig r491):  slug | 2006-05-15 23:24:19 +0100
 Regenerate table

18 years ago r642@blue (orig r490): slug | 2006-05-15 22:18:39 +0100
Chris Porter [Mon, 15 May 2006 21:35:00 +0000 (22:35 +0100)] 
 r642@blue (orig r490):  slug | 2006-05-15 22:18:39 +0100
 BSD licensed ircd_strcmp/ircd_strncmp.

18 years ago r641@blue (orig r489): slug | 2006-05-15 21:54:22 +0100
Chris Porter [Mon, 15 May 2006 21:35:00 +0000 (22:35 +0100)] 
 r641@blue (orig r489):  slug | 2006-05-15 21:54:22 +0100
 match and collapse now BSD.

18 years ago r640@blue (orig r488): slug | 2006-05-15 21:48:33 +0100
Chris Porter [Mon, 15 May 2006 21:35:00 +0000 (22:35 +0100)] 
 r640@blue (orig r488):  slug | 2006-05-15 21:48:33 +0100
 Mark GPL code as such, and replace numeric.h from scratch

18 years ago r594@blue (orig r484): blackshroud | 2006-05-04 17:59:14 +0100
Chris Porter [Thu, 4 May 2006 16:13:00 +0000 (17:13 +0100)] 
 r594@blue (orig r484):  blackshroud | 2006-05-04 17:59:14 +0100
 forgot to replace something.. bleh

18 years ago r593@blue (orig r483): blackshroud | 2006-05-04 17:55:50 +0100
Chris Porter [Thu, 4 May 2006 16:13:00 +0000 (17:13 +0100)] 
 r593@blue (orig r483):  blackshroud | 2006-05-04 17:55:50 +0100
 fixed compilation warning

18 years ago r592@blue (orig r482): cruicky | 2006-05-04 15:00:58 +0100
Chris Porter [Thu, 4 May 2006 16:13:00 +0000 (17:13 +0100)] 
 r592@blue (orig r482):  cruicky | 2006-05-04 15:00:58 +0100
 VersionScan speed increase on returned results.

18 years ago r591@blue (orig r481): cruicky | 2006-05-04 14:47:19 +0100
Chris Porter [Thu, 4 May 2006 16:13:00 +0000 (17:13 +0100)] 
 r591@blue (orig r481):  cruicky | 2006-05-04 14:47:19 +0100
 Cleaning up the CRLF's in preparation for new version.

18 years ago r520@blue (orig r462): services.no | 2006-04-14 16:58:50 +0100
Chris Porter [Mon, 1 May 2006 18:46:00 +0000 (19:46 +0100)] 
 r520@blue (orig r462):  services.no | 2006-04-14 16:58:50 +0100
 add versionscan module

18 years ago r519@blue (orig r461): services.no | 2006-04-14 16:48:18 +0100
Chris Porter [Mon, 1 May 2006 18:46:00 +0000 (19:46 +0100)] 
 r519@blue (orig r461):  services.no | 2006-04-14 16:48:18 +0100
 latest R sync

18 years ago r506@blue (orig r448): services.no | 2006-03-11 15:41:22 +0000
Chris Porter [Mon, 1 May 2006 18:46:00 +0000 (19:46 +0100)] 
 r506@blue (orig r448):  services.no | 2006-03-11 15:41:22 +0000
 flush mode changes

18 years ago r466@blue (orig r441): services.no | 2006-02-28 22:29:55 +0000
Chris Porter [Wed, 8 Mar 2006 17:08:00 +0000 (17:08 +0000)] 
 r466@blue (orig r441):  services.no | 2006-02-28 22:29:55 +0000
 fix chanfix return bug

18 years ago r465@blue (orig r440): splidge | 2006-02-28 14:02:02 +0000
Chris Porter [Wed, 8 Mar 2006 17:08:00 +0000 (17:08 +0000)] 
 r465@blue (orig r440):  splidge | 2006-02-28 14:02:02 +0000
 Changed the join handler such that if the last user is kicked from a
 channel the (now invalid) cp isn't used any more.

18 years ago r446@blue (orig r431): splidge | 2006-02-24 14:34:41 +0000
Chris Porter [Sun, 26 Feb 2006 21:23:00 +0000 (21:23 +0000)] 
 r446@blue (orig r431):  splidge | 2006-02-24 14:34:41 +0000
 Fixed crash bug where user with info line is removed from chanlev.

 Changed chanservhash.c so that when it frees the info line it clears the
 dangling pointer.

18 years ago r445@blue (orig r430): paul | 2006-02-23 22:15:53 +0000
Chris Porter [Sun, 26 Feb 2006 21:23:00 +0000 (21:23 +0000)] 
 r445@blue (orig r430):  paul | 2006-02-23 22:15:53 +0000
 Add authname support to nicksearch. E.g.:

 [22:00:46] <paul> nicksearch (eq (authname) cruicky)
 [22:00:46] <N7> BlackShroud!cruicky@code [192.168.5.6] (+iwgorh) (Gunnar Beutner)
 [22:00:46] <N7> Cruicky!~cruicky@Cruicky.users.quakenet.org [86.143.232.25

18 years agofix crash in R deluser
Chris Porter [Mon, 13 Feb 2006 23:17:00 +0000 (23:17 +0000)] 
fix crash in R deluser

18 years agoAdding module settime
Cruicky [Tue, 7 Feb 2006 15:13:00 +0000 (15:13 +0000)] 
Adding module settime
Little module I wrote for netsplit, might be useful on quakenet sometime in the future.

18 years agoG 2.18
strutsi [Sun, 5 Feb 2006 15:29:00 +0000 (15:29 +0000)] 
G 2.18
some command help files that were missed in the commit

18 years agoG 2.18
strutsi [Sun, 5 Feb 2006 15:27:00 +0000 (15:27 +0000)] 
G 2.18
Fixed the /me handling of lamer control caps check
Added a command weekstats
Join flood detection made stricter

18 years agoLittle change to the G-line logic in T
Cruicky [Sat, 4 Feb 2006 19:17:00 +0000 (19:17 +0000)] 
Little change to the G-line logic in T

18 years agoG 2.17
strutsi [Sat, 28 Jan 2006 20:56:00 +0000 (20:56 +0000)] 
G 2.17

Users of level lamer authing after join will be kicked
Fixed an account expiration issue for users of level lamer
Added command help for commands ged and text to the svn
Invite command problems with friend users fixed (original fix by paul)
Added ticket message support
Caps kick now understands /me and excludes it from the test
Some cleancups
Several fixes related to userlevels, mostly to the new H_FRIEND
Added new command channel to print all channel users

18 years agofriends should not be able to invite themselves to staff channels
Chris Porter [Sat, 21 Jan 2006 15:10:00 +0000 (15:10 +0000)] 
friends should not be able to invite themselves to staff channels

18 years agoG 2.16
strutsi [Sat, 21 Jan 2006 12:12:00 +0000 (12:12 +0000)] 
G 2.16

Additional parameter added to everyoneout
Really changed the text output back to 2.13
Improved highlight detection
Minor code cleanups
Staff can now join ticket using oper only channels
Added new userlevel friend
Fixed an ordering problem on the verbose queue

18 years agosync with realife from z
Chris Porter [Sun, 1 Jan 2006 01:40:00 +0000 (01:40 +0000)] 
sync with realife from z

paul

18 years agoG 2.15 mostly bugfixes
strutsi [Mon, 5 Dec 2005 18:03:00 +0000 (18:03 +0000)] 
G 2.15 mostly bugfixes

18 years agoReturn code for successful deletion is... 0
Chris Porter [Mon, 28 Nov 2005 23:10:00 +0000 (23:10 +0000)] 
Return code for successful deletion is... 0

18 years agoAdded delchan.
Chris Porter [Mon, 28 Nov 2005 22:48:00 +0000 (22:48 +0000)] 
Added delchan.

18 years agoforgot my own api
Chris Porter [Mon, 28 Nov 2005 00:00:00 +0000 (00:00 +0000)] 
forgot my own api

18 years agoForgot to add the arg :p
Chris Porter [Sun, 27 Nov 2005 23:58:00 +0000 (23:58 +0000)] 
Forgot to add the arg :p

18 years agoMake flags external in spamscan2.
Chris Porter [Sun, 27 Nov 2005 23:47:00 +0000 (23:47 +0000)] 
Make flags external in spamscan2.
Add flags support to nterfacer spamscan2 module.

18 years agoFix gcc randomness wrt. BYTE_ORDER and std=c99.
Chris Porter [Sun, 27 Nov 2005 23:30:00 +0000 (23:30 +0000)] 
Fix gcc randomness wrt. BYTE_ORDER and std=c99.

18 years agoG 2.14
strutsi [Sat, 26 Nov 2005 22:28:00 +0000 (22:28 +0000)] 
G 2.14

18 years agoAdded spamscan nterfacer module.
Chris Porter [Sat, 26 Nov 2005 19:18:00 +0000 (19:18 +0000)] 
Added spamscan nterfacer module.

18 years agofix a warning, update to give out 's2', fix debugoutput
Paul [Sun, 20 Nov 2005 21:56:00 +0000 (21:56 +0000)] 
fix a warning, update to give out 's2', fix debugoutput

18 years agoAdd shroud's userlevel support (until noperserv is in trunk), and actually commit...
Paul [Sat, 19 Nov 2005 19:45:00 +0000 (19:45 +0000)] 
Add shroud's userlevel support (until noperserv is in trunk), and actually commit loop bug bugfix

18 years agoFixed OpenBSD compatibility.
Chris Porter [Sat, 12 Nov 2005 12:54:00 +0000 (12:54 +0000)] 
Fixed OpenBSD compatibility.
Added error message for trying to message local users.

18 years agoFixed a flaw in the handling of secure messages, newserv wouldn't respond No such...
Cruicky [Mon, 7 Nov 2005 21:44:00 +0000 (21:44 +0000)] 
Fixed a flaw in the handling of secure messages, newserv wouldn't respond No such nick.

18 years agoMade whois emulate ircu better.
Chris Porter [Mon, 7 Nov 2005 21:10:00 +0000 (21:10 +0000)] 
Made whois emulate ircu better.
Addew new field to T.

18 years agoDaft fix, thanks Kamel.
Chris Porter [Sun, 6 Nov 2005 17:59:00 +0000 (17:59 +0000)] 
Daft fix, thanks Kamel.

18 years agoBump version.
Chris Porter [Thu, 3 Nov 2005 13:21:00 +0000 (13:21 +0000)] 
Bump version.

18 years agoT shouldn't join +r/+i channels either.
Chris Porter [Thu, 3 Nov 2005 13:19:00 +0000 (13:19 +0000)] 
T shouldn't join +r/+i channels either.

18 years agoAdded idle time randomisation (well, relies on timestamp anyway).
Chris Porter [Thu, 3 Nov 2005 12:54:00 +0000 (12:54 +0000)] 
Added idle time randomisation (well, relies on timestamp anyway).

18 years agoAdded peon channel.
Chris Porter [Wed, 2 Nov 2005 21:08:00 +0000 (21:08 +0000)] 
Added peon channel.

18 years agoBit of cleaning up.
Chris Porter [Wed, 2 Nov 2005 19:56:00 +0000 (19:56 +0000)] 
Bit of cleaning up.

18 years agoDaft constants.
Chris Porter [Tue, 1 Nov 2005 13:43:00 +0000 (13:43 +0000)] 
Daft constants.

18 years agoI think I've finally found the T bug.
Chris Porter [Tue, 1 Nov 2005 13:39:00 +0000 (13:39 +0000)] 
I think I've finally found the T bug.

18 years agoThat's it, I'm handing in my .dev hat :((
Chris Porter [Mon, 31 Oct 2005 15:08:00 +0000 (15:08 +0000)] 
That's it, I'm handing in my .dev hat :((

18 years agoircu has channels the opposite way round to newserv.
Chris Porter [Mon, 31 Oct 2005 14:59:00 +0000 (14:59 +0000)] 
ircu has channels the opposite way round to newserv.

18 years agoDamned constants.
Chris Porter [Mon, 31 Oct 2005 14:43:00 +0000 (14:43 +0000)] 
Damned constants.

18 years agoFew changes to T.
Chris Porter [Mon, 31 Oct 2005 14:34:00 +0000 (14:34 +0000)] 
Few changes to T.

18 years agoAdded shroud's whois code.
Chris Porter [Mon, 31 Oct 2005 14:34:00 +0000 (14:34 +0000)] 
Added shroud's whois code.

18 years agoFixed a couple of WHOIS flaws:
Cruicky [Sun, 30 Oct 2005 22:25:00 +0000 (22:25 +0000)] 
Fixed a couple of WHOIS flaws:

"is authed as" instead of "is logged in as"
Random idle time (for T drones mainly)
Hidden idle time for +I users

18 years agoAdded channel notice support.
Cruicky [Sun, 30 Oct 2005 22:22:00 +0000 (22:22 +0000)] 
Added channel notice support.

18 years agoMade the generation functions more random.
Chris Porter [Sun, 30 Oct 2005 17:43:00 +0000 (17:43 +0000)] 
Made the generation functions more random.

18 years agoAttempting to fix a few T problems.
Chris Porter [Sun, 30 Oct 2005 15:23:00 +0000 (15:23 +0000)] 
Attempting to fix a few T problems.

18 years agoG 2.13 just a few bugfixes
strutsi [Fri, 28 Oct 2005 19:43:00 +0000 (20:43 +0100)] 
G 2.13 just a few bugfixes

18 years agoseeing as slug's fixing lots of typo's today, it's my turn...
Paul [Thu, 27 Oct 2005 17:29:00 +0000 (18:29 +0100)] 
seeing as slug's fixing lots of typo's today, it's my turn...

18 years agoFix crash bug when calling nicksearch () - introduced by previous crash fixes
Paul [Wed, 26 Oct 2005 17:06:00 +0000 (18:06 +0100)] 
Fix crash bug when calling nicksearch () - introduced by previous crash fixes

18 years agoperf fix: cache result of getnettime()
Paul [Wed, 26 Oct 2005 12:10:00 +0000 (13:10 +0100)] 
perf fix: cache result of getnettime()

18 years agoIniital commit of chanfix module on Z
Paul [Wed, 26 Oct 2005 11:54:00 +0000 (12:54 +0100)] 
Iniital commit of chanfix module on Z

implements:
[13:03:12] <Z> CFDEBUG (level 10)
[13:03:12] <Z> CFHISTOGRAM (level 10)
[13:03:12] <Z> CFLOAD (level 10)
[13:03:12] <Z> CFSAVE (level 10)
[13:03:12] <Z> CHANOPLIST (level 10)
[13:03:12] <Z> CHANOPSTAT (level 10)
[13:03:13] <Z> SHOWREGS (level 10)

18 years agoinitial commit of splitlist module - used by chanfix module on Z
Paul [Wed, 26 Oct 2005 11:48:00 +0000 (12:48 +0100)] 
initial commit of splitlist module - used by chanfix module on Z

18 years agoCommit of request module that is currently running as R.
Paul [Wed, 26 Oct 2005 10:59:00 +0000 (11:59 +0100)] 
Commit of request module that is currently running as R.

Supports S/L/Q request
Supports blocks
Uses newserv's chanfix and chanstats as database

18 years agoFix 2 crash bugs:
Paul [Thu, 13 Oct 2005 19:42:00 +0000 (20:42 +0100)] 
Fix 2 crash bugs:
1. newsearch (Channel ) would crash
2. newsearch (Channel a b c d...) would overflow

18 years agoAdded geoip stuff.
Chris Porter [Tue, 20 Sep 2005 21:15:00 +0000 (22:15 +0100)] 
Added geoip stuff.

18 years agoAdded thingy showing what I've done
Chris Porter [Tue, 20 Sep 2005 21:11:00 +0000 (22:11 +0100)] 
Added thingy showing what I've done

18 years agoAdded nickprefix.
Chris Porter [Tue, 20 Sep 2005 21:10:00 +0000 (22:10 +0100)] 
Added nickprefix.

19 years agoFixed core bug with renaming channels where the source channel doesn't
splidge [Fri, 9 Sep 2005 13:14:00 +0000 (14:14 +0100)] 
Fixed core bug with renaming channels where the source channel doesn't
currently exist.

19 years agobug fix
strutsi [Thu, 8 Sep 2005 20:44:00 +0000 (21:44 +0100)] 
bug fix

19 years agoG 2.12
strutsi [Thu, 8 Sep 2005 17:25:00 +0000 (18:25 +0100)] 
G 2.12

19 years agochanged memory allocation functions for queues as there's no need for us to
Dan [Tue, 6 Sep 2005 22:43:00 +0000 (23:43 +0100)] 
changed memory allocation functions for queues as there's no need for us to
eat up loads of ram during burst and never give it back (~75mb ram wasted) -
use boring old plain linked list.

added functions to show checking speed (average of previous 60 second block)

Report memory usage from the above in 'status' command

19 years agoAdded 'showkill' and 'spew' commands (with associated functions) - also cleaned up...
Dan [Sat, 3 Sep 2005 11:32:00 +0000 (12:32 +0100)] 
Added 'showkill' and 'spew' commands (with associated functions) - also cleaned up 'help'

19 years agoUpdated proxyscan to reflect the latest version in splidge's local CVS.
splidge [Fri, 2 Sep 2005 07:46:00 +0000 (08:46 +0100)] 
Updated proxyscan to reflect the latest version in splidge's local CVS.

19 years agoSyncing Text changes from N, but not in SVN
Paul [Thu, 1 Sep 2005 19:18:00 +0000 (20:18 +0100)] 
Syncing Text changes from N, but not in SVN

19 years agoCritical bug fix
strutsi [Wed, 31 Aug 2005 19:33:00 +0000 (20:33 +0100)] 
Critical bug fix

19 years agoG 2.11 more missing files
strutsi [Wed, 31 Aug 2005 19:28:00 +0000 (20:28 +0100)] 
G 2.11 more missing files

19 years agoG 2.11 new files
strutsi [Wed, 31 Aug 2005 18:31:00 +0000 (19:31 +0100)] 
G 2.11 new files

19 years agoG 2.11
strutsi [Wed, 31 Aug 2005 18:30:00 +0000 (19:30 +0100)] 
G 2.11

19 years agoSmall changes to parser/parser.c and Makefile.
Henrik [Sun, 28 Aug 2005 14:05:00 +0000 (15:05 +0100)] 
Small changes to parser/parser.c and Makefile.

19 years agoMade endian.h work on OpenBSD.
Chris Porter [Wed, 24 Aug 2005 23:45:00 +0000 (00:45 +0100)] 
Made endian.h work on OpenBSD.

19 years agoAdded hooking and the OpenBSD <3.8 fix.
Chris Porter [Wed, 24 Aug 2005 23:09:00 +0000 (00:09 +0100)] 
Added hooking and the OpenBSD <3.8 fix.

19 years agoG 2.10
strutsi [Wed, 3 Aug 2005 05:57:00 +0000 (06:57 +0100)] 
G 2.10

19 years agoPossible bufixes
strutsi [Sun, 24 Jul 2005 12:13:00 +0000 (13:13 +0100)] 
Possible bufixes

19 years agoMinor bugfixes
strutsi [Wed, 20 Jul 2005 16:31:00 +0000 (17:31 +0100)] 
Minor bugfixes

19 years agoFixed listuser command
strutsi [Fri, 15 Jul 2005 17:54:00 +0000 (18:54 +0100)] 
Fixed listuser command

19 years agoMinor stats fix
strutsi [Thu, 14 Jul 2005 08:16:00 +0000 (09:16 +0100)] 
Minor stats fix

19 years ago2.09
strutsi [Wed, 13 Jul 2005 19:05:00 +0000 (20:05 +0100)] 
2.09

19 years agoFecking SVN Fix & Rollback bollox
Zarjazz [Wed, 6 Jul 2005 16:02:00 +0000 (17:02 +0100)] 
Fecking SVN Fix & Rollback bollox

19 years agoAdded counthost.
Chris Porter [Fri, 17 Jun 2005 21:04:00 +0000 (22:04 +0100)] 
Added counthost.
Added a few buffer checks (nothing'll happen if the check isn't there, bar weird output, no actual overflows).
Removed isaccounton, was a direct copy of ison?!
Spotted a possible problem with the buffer in status, I'm not sure how to handle this nicely though, a global variable might be required, leaving it for now.

19 years agoG 2.05
strutsi [Wed, 15 Jun 2005 16:22:00 +0000 (17:22 +0100)] 
G 2.05

19 years agoremoved unused variable in lsmod()
froo [Sun, 12 Jun 2005 19:17:00 +0000 (20:17 +0100)] 
removed unused variable in lsmod()
fix from magpie for qabot coring on empty channel commands.

19 years agosync with latest qabot code
froo [Thu, 2 Jun 2005 18:29:00 +0000 (19:29 +0100)] 
sync with latest qabot code

19 years agoReadded reuse numeric fix, forgot to copy it over from the various independent branch...
Chris Porter [Thu, 2 Jun 2005 10:16:00 +0000 (11:16 +0100)] 
Readded reuse numeric fix, forgot to copy it over from the various independent branches to the new svn server.

19 years agoForgot about numeric.h
Chris Porter [Thu, 2 Jun 2005 07:42:00 +0000 (08:42 +0100)] 
Forgot about numeric.h

19 years agoSmall tidy up.
Chris Porter [Wed, 1 Jun 2005 23:21:00 +0000 (00:21 +0100)] 
Small tidy up.

19 years agoAdded numeric support to newserv.
Chris Porter [Wed, 1 Jun 2005 23:00:00 +0000 (00:00 +0100)] 
Added numeric support to newserv.
Added stats support to newserv.
Added stats support to nterfacer_relay.
Added froo protection to nterfacer_chanstats.

19 years agoAdded umode support to whois.
Chris Porter [Wed, 1 Jun 2005 20:02:00 +0000 (21:02 +0100)] 
Added umode support to whois.

19 years agosync of latest code from strutsi v2.04 (20050601)
froo [Wed, 1 Jun 2005 19:55:00 +0000 (20:55 +0100)] 
sync of latest code from strutsi v2.04 (20050601)

19 years agoSmall spelling mistake.
Chris Porter [Tue, 31 May 2005 21:55:00 +0000 (22:55 +0100)] 
Small spelling mistake.

19 years agoFixed format string and \r bug.
Chris Porter [Tue, 31 May 2005 21:53:00 +0000 (22:53 +0100)] 
Fixed format string and \r bug.