]> jfr.im git - irc/quakenet/newserv.git/log
irc/quakenet/newserv.git
15 years agoControl now sends out a CONTROL_REGISTERED message with NULL when it is killed.
Chris Porter [Mon, 18 Aug 2008 19:03:42 +0000 (20:03 +0100)] 
Control now sends out a CONTROL_REGISTERED message with NULL when it is killed.
Update XSB, other branch commit messages:
xsb now has a way to test whether or not a server is a service, as well as a unicast nick mode.
Decouple XSB from control, also fix a few silly errors.

15 years agoLua version now excludes "Lua engine", at least for MODULEVERSION.
Chris Porter [Mon, 18 Aug 2008 17:54:35 +0000 (18:54 +0100)] 
Lua version now excludes "Lua engine", at least for MODULEVERSION.
Expand version string in lsmod.

15 years agoWhoops, bit too much copy paste there...
Chris Porter [Mon, 18 Aug 2008 17:50:18 +0000 (18:50 +0100)] 
Whoops, bit too much copy paste there...

15 years agoFix ns-timestamp warning.
Chris Porter [Mon, 18 Aug 2008 17:46:13 +0000 (18:46 +0100)] 
Fix ns-timestamp warning.

15 years agoAdd SIGHUP handler, by default it triggers HOOK_CORE_REHASH.
Chris Porter [Mon, 18 Aug 2008 17:40:39 +0000 (18:40 +0100)] 
Add SIGHUP handler, by default it triggers HOOK_CORE_REHASH.

15 years agoRequire a better die reason than .!
Chris Porter [Mon, 18 Aug 2008 17:29:18 +0000 (18:29 +0100)] 
Require a better die reason than .!

15 years agoRegexgline now has a hit counter, also show type in listing in a more human-friendly...
Chris Porter [Mon, 18 Aug 2008 17:27:49 +0000 (18:27 +0100)] 
Regexgline now has a hit counter, also show type in listing in a more human-friendly form.

15 years agoParser help is now an sstring.
Chris Porter [Mon, 18 Aug 2008 17:26:48 +0000 (18:26 +0100)] 
Parser help is now an sstring.

15 years agoSeperate out build ids from version numbers.
Chris Porter [Mon, 18 Aug 2008 16:54:19 +0000 (17:54 +0100)] 
Seperate out build ids from version numbers.
Fix a few bugs in durationtolong, also add a new format.
Show module load times in lsmod.

15 years agoNow only +o is required for lsmod.
Chris Porter [Mon, 18 Aug 2008 13:33:23 +0000 (14:33 +0100)] 
Now only +o is required for lsmod.

15 years agoAllow timestamp to search for channel timestamps as well.
splidge [Fri, 15 Aug 2008 23:25:26 +0000 (00:25 +0100)] 
Allow timestamp to search for channel timestamps as well.
Note: if the channel doesn't currently exist this will return 0.

15 years agoMerge.
splidge [Fri, 15 Aug 2008 22:56:46 +0000 (23:56 +0100)] 
Merge.

15 years agoDon't do automodes on suspended channels.
splidge [Fri, 15 Aug 2008 22:52:09 +0000 (23:52 +0100)] 
Don't do automodes on suspended channels.

15 years agoFix warning.
Chris Porter [Thu, 14 Aug 2008 22:47:49 +0000 (23:47 +0100)] 
Fix warning.

15 years agoMerge.
Chris Porter [Thu, 14 Aug 2008 22:42:44 +0000 (23:42 +0100)] 
Merge.

15 years agoUse %PRIu64 instead of %llu for u_int64_t.
Chris Porter [Thu, 14 Aug 2008 22:39:28 +0000 (23:39 +0100)] 
Use %PRIu64 instead of %llu for u_int64_t.

15 years agoFix lua authname changes.
Chris Porter [Thu, 14 Aug 2008 22:36:12 +0000 (23:36 +0100)] 
Fix lua authname changes.

15 years agoSomeone figured out how to print the ip, nterfacer now shows bad IP connections.
Chris Porter [Thu, 14 Aug 2008 22:35:33 +0000 (23:35 +0100)] 
Someone figured out how to print the ip, nterfacer now shows bad IP connections.

15 years agoMerge.
Chris Porter [Thu, 14 Aug 2008 14:41:22 +0000 (15:41 +0100)] 
Merge.

15 years agoFix AC message.
Chris Porter [Thu, 14 Aug 2008 14:38:48 +0000 (15:38 +0100)] 
Fix AC message.

15 years agoMerge.
Chris Porter [Wed, 13 Aug 2008 14:36:58 +0000 (15:36 +0100)] 
Merge.

15 years agoAdd multiple uplink/hub/server support.
Chris Porter [Wed, 13 Aug 2008 14:36:40 +0000 (15:36 +0100)] 
Add multiple uplink/hub/server support.

15 years agoReport only regexgline'd drones to the shadowserver channel.
Chris Porter [Wed, 13 Aug 2008 11:24:15 +0000 (12:24 +0100)] 
Report only regexgline'd drones to the shadowserver channel.

15 years agoFix ticketauth (add flags to HMAC, update argument count...)
Chris Porter [Wed, 13 Aug 2008 11:23:02 +0000 (12:23 +0100)] 
Fix ticketauth (add flags to HMAC, update argument count...)

15 years agoFix various compliation issues when no DB api is available.
Chris Porter [Wed, 13 Aug 2008 11:03:46 +0000 (12:03 +0100)] 
Fix various compliation issues when no DB api is available.

15 years agoAccountflags are now 64-bit.
Chris Porter [Thu, 7 Aug 2008 22:08:10 +0000 (23:08 +0100)] 
Accountflags are now 64-bit.

15 years agoI forgot often people don't bother doing IsAccount and directly check the authname...
Chris Porter [Thu, 7 Aug 2008 01:39:35 +0000 (02:39 +0100)] 
I forgot often people don't bother doing IsAccount and directly check the authname's first character, this failed before this fix.

15 years agoVarious changes to support authname being stored inside the authext.
Chris Porter [Thu, 7 Aug 2008 00:58:41 +0000 (01:58 +0100)] 
Various changes to support authname being stored inside the authext.
Q and ticketauth now send authflags.

15 years agoAdd name to authext authname structure.
Chris Porter [Wed, 6 Aug 2008 23:21:05 +0000 (00:21 +0100)] 
Add name to authext authname structure.

15 years agoMove TS code around a bit.
Chris Porter [Wed, 6 Aug 2008 23:11:46 +0000 (00:11 +0100)] 
Move TS code around a bit.

15 years agoNewserv now required userid in the AC/N messages to auth, services with no userid...
Chris Porter [Wed, 6 Aug 2008 22:58:43 +0000 (23:58 +0100)] 
Newserv now required userid in the AC/N messages to auth, services with no userid can however send out 0, also reorganised the huge withuseridflags functions and added some new flags.

15 years agoFix more warnings.
Chris Porter [Wed, 6 Aug 2008 22:19:41 +0000 (23:19 +0100)] 
Fix more warnings.

15 years agoFix inline errors.
Chris Porter [Wed, 6 Aug 2008 22:19:09 +0000 (23:19 +0100)] 
Fix inline errors.

15 years agoFix various warnings.
Chris Porter [Wed, 6 Aug 2008 18:29:23 +0000 (19:29 +0100)] 
Fix various warnings.

15 years agoMerge.
Cruicky [Tue, 5 Aug 2008 11:38:40 +0000 (12:38 +0100)] 
Merge.

15 years agoMove the schedule outside of the if
Cruicky [Tue, 5 Aug 2008 11:37:15 +0000 (12:37 +0100)] 
Move the schedule outside of the if
If newserv attempts to connect, and instantly gets a socket error, then no further attempts are made to reconnect due to connected=0

15 years agoMerge
splidge [Sun, 3 Aug 2008 23:23:06 +0000 (00:23 +0100)] 
Merge

15 years agoMerge.
splidge [Sun, 3 Aug 2008 22:56:26 +0000 (23:56 +0100)] 
Merge.

15 years agoDon't log kill paths when a user is killed.
splidge [Sun, 3 Aug 2008 22:54:33 +0000 (23:54 +0100)] 
Don't log kill paths when a user is killed.

15 years agoFix burst race-condition bug with opernames
Cruicky [Tue, 29 Jul 2008 23:07:33 +0000 (00:07 +0100)] 
Fix burst race-condition bug with opernames
There is a race condition between the irc module and the server module
The IRC module is responsible for triggering nick bursts from newserv
However, this trigger occurs when the server module has not yet set the opernames flag for the hub
This results in the following corruption: -
Umode(s):: +oidkr C:1217362558 B]AAEE
As we can see the params have been shifted one place to the left due to the lack of the opername
After this patch is applied: -
Umode(s):: +oidkr - C:1217371917
Please note, if the nickname is created before the the irc module connects to the hub, the bug is not triggered

15 years agoConvert S to nsmalloc and sstrings
Cruicky [Sun, 27 Jul 2008 12:10:23 +0000 (13:10 +0100)] 
Convert S to nsmalloc and sstrings

15 years agoFix bug in IP reading
Cruicky [Sun, 27 Jul 2008 00:08:38 +0000 (01:08 +0100)] 
Fix bug in IP reading
Remove unused variable

15 years agoFix buffer overflow
Cruicky [Sun, 27 Jul 2008 00:05:34 +0000 (01:05 +0100)] 
Fix buffer overflow

16 years agoMerge.
Chris Porter [Sat, 12 Jul 2008 12:15:25 +0000 (13:15 +0100)] 
Merge.

16 years agoWhoops, forgot to set opername to NULL after freeing on kill.
Chris Porter [Sat, 12 Jul 2008 01:19:11 +0000 (02:19 +0100)] 
Whoops, forgot to set opername to NULL after freeing on kill.

16 years agomissing file
Paul [Sun, 6 Jul 2008 22:12:33 +0000 (23:12 +0100)] 
missing file

16 years agorefnode should always(normally) be MAXBITS
Paul [Sat, 5 Jul 2008 19:42:14 +0000 (20:42 +0100)] 
refnode should always(normally) be MAXBITS

16 years agoAdd opername to noperserv oper alerts.
Chris Porter [Fri, 4 Jul 2008 04:40:06 +0000 (05:40 +0100)] 
Add opername to noperserv oper alerts.

16 years agoAdd iterators to newsearch, along with an example channel iterator function.
Chris Porter [Fri, 4 Jul 2008 04:32:46 +0000 (05:32 +0100)] 
Add iterators to newsearch, along with an example channel iterator function.
Yey! First class functions!!

Example:
  (any (channeliter x) (match (var x) #twilight*))

Roughly equivalent to:
  example = lambda nick: any(lambda x: fnmatch.fnmatch(x, "#twilight*"), nick.channels)
  for nick in networknicks:
    if example(nick):
      print nick

16 years agoWhoops, I forgot to init opername in registerlocaluser, thanks valgrind
Chris Porter [Fri, 4 Jul 2008 03:33:15 +0000 (04:33 +0100)] 
Whoops, I forgot to init opername in registerlocaluser, thanks valgrind

16 years agoAdd opername support to newserv, also add displaying of oper names in noperserv warni...
Chris Porter [Fri, 4 Jul 2008 01:10:45 +0000 (02:10 +0100)] 
Add opername support to newserv, also add displaying of oper names in noperserv warning messages.

16 years agoMerge.
Chris Porter [Mon, 30 Jun 2008 16:19:42 +0000 (17:19 +0100)] 
Merge.

16 years agoAdd eXtended service broadcast module (allows sending of authflags without ircd support).
Chris Porter [Mon, 30 Jun 2008 16:09:33 +0000 (17:09 +0100)] 
Add eXtended service broadcast module (allows sending of authflags without ircd support).

16 years agoAdd server mask (/msg $*.quakenet.org) support.
Chris Porter [Mon, 30 Jun 2008 14:57:13 +0000 (15:57 +0100)] 
Add server mask (/msg $*.quakenet.org) support.

16 years agoAdd server flag support.
Chris Porter [Mon, 30 Jun 2008 14:56:43 +0000 (15:56 +0100)] 
Add server flag support.

16 years agoMove account flags into authext.
Chris Porter [Mon, 30 Jun 2008 14:14:47 +0000 (15:14 +0100)] 
Move account flags into authext.

16 years agoderefnode
Paul [Sun, 29 Jun 2008 15:02:59 +0000 (16:02 +0100)] 
derefnode

16 years agoAdd proper help
Cruicky [Sun, 29 Jun 2008 14:31:52 +0000 (15:31 +0100)] 
Add proper help

16 years agomerge
Paul [Sun, 29 Jun 2008 14:11:40 +0000 (15:11 +0100)] 
merge

16 years agorename function, drop user level, drop unused int from struct
Paul [Sun, 29 Jun 2008 14:11:05 +0000 (15:11 +0100)] 
rename function, drop user level, drop unused int from struct

16 years agoMerge.
Chris Porter [Sun, 29 Jun 2008 14:01:02 +0000 (15:01 +0100)] 
Merge.

16 years agoRemove chanserv_chansearch from makefile.
Chris Porter [Sun, 29 Jun 2008 14:00:28 +0000 (15:00 +0100)] 
Remove chanserv_chansearch from makefile.

16 years agoAdd patricianick to build list
Cruicky [Sun, 29 Jun 2008 13:30:23 +0000 (14:30 +0100)] 
Add patricianick to build list
Change patricianick to use a hash table instead of a link list
Little bit of code tidyup

16 years agomerge
Paul [Sun, 29 Jun 2008 10:30:22 +0000 (11:30 +0100)] 
merge

16 years agoinitial commit - patricia nick index
Paul [Sun, 29 Jun 2008 10:28:02 +0000 (11:28 +0100)] 
initial commit - patricia nick index

16 years agoRemove old redundant modules
Chris Porter [Mon, 23 Jun 2008 23:50:12 +0000 (00:50 +0100)] 
Remove old redundant modules

16 years agoAdd shadowserver module.
Chris Porter [Thu, 12 Jun 2008 21:42:22 +0000 (22:42 +0100)] 
Add shadowserver module.
Add shadowserver support to regexgline.

16 years agoAdd the concept of classes to regexgline.
Chris Porter [Thu, 12 Jun 2008 21:28:31 +0000 (22:28 +0100)] 
Add the concept of classes to regexgline.

16 years agoUse names for values in regexgline rather than magic numbers.
Chris Porter [Thu, 12 Jun 2008 20:47:22 +0000 (21:47 +0100)] 
Use names for values in regexgline rather than magic numbers.

16 years agoMerge.
Chris Porter [Thu, 12 Jun 2008 19:44:55 +0000 (20:44 +0100)] 
Merge.

16 years agoFew fixes with logging.
Chris Porter [Thu, 12 Jun 2008 19:43:13 +0000 (20:43 +0100)] 
Few fixes with logging.

16 years agoMerge.
Chris Porter [Thu, 12 Jun 2008 19:18:25 +0000 (20:18 +0100)] 
Merge.

16 years agoPort regexgline to dbapi, not yet tested.
Chris Porter [Thu, 12 Jun 2008 19:18:03 +0000 (20:18 +0100)] 
Port regexgline to dbapi, not yet tested.

16 years agoAdd sensible usage text
Cruicky [Fri, 6 Jun 2008 17:24:30 +0000 (18:24 +0100)] 
Add sensible usage text

16 years agoShow IDs in cleanupdb messages.
Chris Porter [Mon, 2 Jun 2008 19:10:00 +0000 (20:10 +0100)] 
Show IDs in cleanupdb messages.

16 years agoadd patricia_commands to Makefile.in
Paul [Sat, 31 May 2008 00:22:06 +0000 (01:22 +0100)] 
add patricia_commands to Makefile.in

16 years agonodecount is replaced by patricia_commands
Paul [Sat, 31 May 2008 00:19:35 +0000 (01:19 +0100)] 
nodecount is replaced by patricia_commands

16 years agoadd proxyext into makefile
Paul [Fri, 30 May 2008 23:35:36 +0000 (00:35 +0100)] 
add proxyext into makefile

16 years agoMerge.
Chris Porter [Fri, 30 May 2008 23:31:21 +0000 (00:31 +0100)] 
Merge.

16 years agoFound the bug in authext.
Chris Porter [Fri, 30 May 2008 23:22:38 +0000 (23:22 +0000)] 
Found the bug in authext.

16 years agoFix paul's divergent branch so newserv builds\!
Chris Porter [Fri, 30 May 2008 23:04:56 +0000 (23:04 +0000)] 
Fix paul's divergent branch so newserv builds\!

16 years agounused variables
Paul [Fri, 30 May 2008 22:58:02 +0000 (23:58 +0100)] 
unused variables

16 years agoMerge.
Chris Porter [Fri, 30 May 2008 22:53:44 +0000 (23:53 +0100)] 
Merge.

16 years agoThere's a bug in authext. Add some stats, also fix a bug in findblahblah.
Chris Porter [Fri, 30 May 2008 22:52:07 +0000 (23:52 +0100)] 
There's a bug in authext. Add some stats, also fix a bug in findblahblah.

16 years agoMerge.
Chris Porter [Fri, 30 May 2008 20:43:36 +0000 (21:43 +0100)] 
Merge.

16 years agoRemove qrequest (functionality present in request).
Chris Porter [Fri, 30 May 2008 20:42:17 +0000 (21:42 +0100)] 
Remove qrequest (functionality present in request).
Update configure.ac.

16 years agoPermissive compiler is permissive.
Chris Porter [Fri, 30 May 2008 19:58:14 +0000 (20:58 +0100)] 
Permissive compiler is permissive.

16 years agonoperserv/nterfacer_control now use getauthbyname instead of linear search.
Chris Porter [Fri, 30 May 2008 19:56:01 +0000 (19:56 +0000)] 
noperserv/nterfacer_control now use getauthbyname instead of linear search.

16 years agoAdd getauthbyname to authext, also set nicks to NULL in case something breaks (though...
Chris Porter [Fri, 30 May 2008 19:55:18 +0000 (19:55 +0000)] 
Add getauthbyname to authext, also set nicks to NULL in case something breaks (though this may be implicit and can probably be removed).

16 years agoRe-enable nterfacer's isaccounton RPC call.
Chris Porter [Fri, 30 May 2008 19:45:35 +0000 (19:45 +0000)] 
Re-enable nterfacer's isaccounton RPC call.

16 years agoMake authext actually work.
Chris Porter [Fri, 30 May 2008 19:45:10 +0000 (19:45 +0000)] 
Make authext actually work.

16 years agoMerge.
Chris Porter [Fri, 30 May 2008 19:20:13 +0000 (20:20 +0100)] 
Merge.

16 years agoMerge.
Chris Porter [Fri, 30 May 2008 19:19:44 +0000 (20:19 +0100)] 
Merge.

16 years agoAdd listening support to lua sockets.
Chris Porter [Fri, 30 May 2008 19:19:19 +0000 (20:19 +0100)] 
Add listening support to lua sockets.

16 years agoAdd support for looking up by authname, uhm, name to authext.
Chris Porter [Fri, 30 May 2008 19:16:05 +0000 (20:16 +0100)] 
Add support for looking up by authname, uhm, name to authext.

16 years agoUse a more sensible default status level for control.
Chris Porter [Fri, 30 May 2008 19:15:39 +0000 (20:15 +0100)] 
Use a more sensible default status level for control.

16 years agomerge
Paul [Fri, 30 May 2008 19:03:11 +0000 (20:03 +0100)] 
merge

16 years agosync R from D back into this branch
Paul [Fri, 30 May 2008 18:35:58 +0000 (19:35 +0100)] 
sync R from D back into this branch

16 years agoUse new gline format in play CHECKLAMECHANNEL and ns-gline.
Chris Porter [Thu, 29 May 2008 20:21:16 +0000 (20:21 +0000)] 
Use new gline format in play CHECKLAMECHANNEL and ns-gline.

16 years agopatricia trie changes
Paul [Thu, 29 May 2008 17:48:08 +0000 (18:48 +0100)] 
patricia trie changes