]> jfr.im git - irc/evilnet/x3.git/log
irc/evilnet/x3.git
15 years agoAdded 3 new hooks available for python scripts: new_user, nick_change, and server_link
rubin [Sat, 31 Jan 2009 17:05:45 +0000 (17:05 +0000)] 
Added 3 new hooks available for python scripts: new_user, nick_change, and server_link

15 years agobacking out alert kill fix. Turns out I was wrong about there being a problem
rubin [Fri, 30 Jan 2009 09:30:00 +0000 (09:30 +0000)] 
backing out alert kill fix. Turns out I was wrong about there being a problem

15 years agoBug fix for SF Bug #2547157 (topic ident bug).
sirvulcan [Fri, 30 Jan 2009 04:26:08 +0000 (04:26 +0000)] 
Bug fix for SF Bug #2547157 (topic ident bug).

15 years agoAdded some safety checks on nick and auth callbacks, to ensure users still exist...
rubin [Thu, 29 Jan 2009 17:12:20 +0000 (17:12 +0000)] 
Added some safety checks on nick and auth callbacks, to ensure users still exist (were not deletedy by a previous callback hook) before using the data pointer

15 years agoNew hangman plugin, and commented some debug code out
rubin [Wed, 28 Jan 2009 06:51:27 +0000 (06:51 +0000)] 
New hangman plugin, and commented some debug code out

15 years agotest solution to alert account not finding matching users who auth to account
rubin [Tue, 27 Jan 2009 15:06:14 +0000 (15:06 +0000)] 
test solution to alert account not finding matching users who auth to account

15 years agokill unused arg warnings, add svc.get_info to grab module's nicks, created stubs...
rubin [Tue, 27 Jan 2009 06:12:16 +0000 (06:12 +0000)] 
kill unused arg warnings, add svc.get_info to grab module's nicks, created stubs (commented with TODO) for lots of handlers and callouts we need created. Please lend a hand\!

15 years agoupdate test python plugin
rubin [Tue, 27 Jan 2009 01:19:58 +0000 (01:19 +0000)] 
update test python plugin

15 years agomake install modpython.py
rubin [Mon, 26 Jan 2009 16:39:44 +0000 (16:39 +0000)] 
make install modpython.py

15 years agomore python: x3 logging, callback reg hook filters, install py scripts
rubin [Mon, 26 Jan 2009 06:02:53 +0000 (06:02 +0000)] 
more python: x3 logging, callback reg hook filters, install py scripts

15 years agoMore work on python scripting.
rubin [Sat, 24 Jan 2009 15:35:27 +0000 (15:35 +0000)] 
More work on python scripting.

15 years agofixups to new python code so it at least runs and calls hooks successfully now
rubin [Sat, 24 Jan 2009 00:22:49 +0000 (00:22 +0000)] 
fixups to new python code so it at least runs and calls hooks successfully now

15 years agomore python work. Not safe to run yet
rubin [Fri, 23 Jan 2009 23:27:32 +0000 (23:27 +0000)] 
more python work. Not safe to run yet

15 years agoFix for SF bug #2491886. Added OSMSG_USER_ALREADY_THERE.
sirvulcan [Mon, 12 Jan 2009 01:06:31 +0000 (01:06 +0000)] 
Fix for SF bug #2491886. Added OSMSG_USER_ALREADY_THERE.

15 years agoldap_oper_group_dn not being checked properly for existance before use
rubin [Mon, 5 Jan 2009 00:12:43 +0000 (00:12 +0000)] 
ldap_oper_group_dn not being checked properly for existance before use

15 years agoFew minor fixes in the X3 languages directory
jobe1986 [Thu, 1 Jan 2009 21:38:58 +0000 (21:38 +0000)] 
Few minor fixes in the X3 languages directory

15 years agoSF feature 1476390. Added nodelete option to MERGE.
sirvulcan [Sat, 27 Dec 2008 07:58:04 +0000 (07:58 +0000)] 
SF feature 1476390. Added nodelete option to MERGE.

15 years agoSF feature 2353198. Patch from CaptKirk. Added the channel flag to the register comma...
sirvulcan [Sat, 27 Dec 2008 04:19:56 +0000 (04:19 +0000)] 
SF feature 2353198. Patch from CaptKirk. Added the channel flag to the register command. Also removed the helping flag.

15 years agoSF feature 2353183. Made X3 aware of +a.
sirvulcan [Sat, 27 Dec 2008 03:16:19 +0000 (03:16 +0000)] 
SF feature 2353183. Made X3 aware of +a.

15 years agoAdded RCHANNELS which will send notices to all registered channels. Also changed...
sirvulcan [Sat, 27 Dec 2008 03:08:17 +0000 (03:08 +0000)] 
Added RCHANNELS which will send notices to all registered channels. Also changed CHANNELS to notice all channels instead of registered ones only.

15 years ago woops forget this, related to the last change
sirvulcan [Sat, 27 Dec 2008 02:44:07 +0000 (02:44 +0000)] 
 woops forget this, related to the last change

15 years agoAdded AUTHED target to global
sirvulcan [Sat, 27 Dec 2008 02:28:25 +0000 (02:28 +0000)] 
Added AUTHED target to global

15 years agoStore when alerts were last triggered (Feature Req #2370606)
sirvulcan [Sat, 27 Dec 2008 01:57:08 +0000 (01:57 +0000)] 
Store when alerts were last triggered (Feature Req #2370606)

15 years ago Added valid_channel_regex.
sirvulcan [Fri, 26 Dec 2008 20:42:09 +0000 (20:42 +0000)] 
 Added valid_channel_regex.

15 years agowarning fixes
sirvulcan [Fri, 26 Dec 2008 20:11:12 +0000 (20:11 +0000)] 
warning fixes

15 years agofbsd 7 warning fixes, this needs further testing *hint hint*
sirvulcan [Thu, 25 Dec 2008 06:49:44 +0000 (06:49 +0000)] 
fbsd 7 warning fixes, this needs further testing *hint hint*

15 years agoFix for SF bug #2423717. Invalid automode choices with a string will now show the...
sirvulcan [Wed, 24 Dec 2008 07:18:20 +0000 (07:18 +0000)] 
Fix for SF bug #2423717. Invalid automode choices with a string will now show the invalid string rather than 0.

15 years agoFix for SF bug #2420339. Password change emails will not have the first time part...
sirvulcan [Wed, 24 Dec 2008 07:08:24 +0000 (07:08 +0000)] 
Fix for SF bug #2420339. Password change emails will not have the first time part in it however email change emails will keep this in. You can change the wording of this line via x3.conf

15 years agoFix for SF bug #2353222 (+l is now removed when dynlimit is disabled)
sirvulcan [Wed, 24 Dec 2008 06:55:53 +0000 (06:55 +0000)] 
Fix for SF bug #2353222 (+l is now removed when dynlimit is disabled)

15 years agoFix for SF bug #2401693 (gsync not working properly).
sirvulcan [Wed, 24 Dec 2008 06:38:02 +0000 (06:38 +0000)] 
Fix for SF bug #2401693 (gsync not working properly).

15 years agoFix for crash bug in SpamServ's ADDTRUST/DELTRUST
jobe1986 [Sun, 30 Nov 2008 02:57:37 +0000 (02:57 +0000)] 
Fix for crash bug in SpamServ's ADDTRUST/DELTRUST

15 years agopython reply() added
rubin [Tue, 25 Nov 2008 07:24:24 +0000 (07:24 +0000)] 
python reply() added

15 years agopython nick/channel lookup support
rubin [Sat, 22 Nov 2008 06:29:10 +0000 (06:29 +0000)] 
python nick/channel lookup support

15 years agomore python work
rubin [Sun, 16 Nov 2008 22:36:11 +0000 (22:36 +0000)] 
more python work

15 years agoMinor mistake in help for 'SET MAXSETINFO'
jobe1986 [Sun, 16 Nov 2008 11:44:54 +0000 (11:44 +0000)] 
Minor mistake in help for 'SET MAXSETINFO'

15 years agomore work toward python scripting
rubin [Sat, 15 Nov 2008 06:05:30 +0000 (06:05 +0000)] 
more work toward python scripting

15 years agomore work on mod-python
rubin [Thu, 13 Nov 2008 06:16:35 +0000 (06:16 +0000)] 
more work on mod-python

15 years agoAdded sample DB parser script to X3 tools
jobe1986 [Wed, 12 Nov 2008 17:37:20 +0000 (17:37 +0000)] 
Added sample DB parser script to X3 tools

15 years agobeginning work on embedded python
rubin [Fri, 7 Nov 2008 05:16:20 +0000 (05:16 +0000)] 
beginning work on embedded python

15 years agoFixes for SGLINE and SSHUN. As well as a fix for bug 2173687 (PRIVS part of it is...
sirvulcan [Wed, 5 Nov 2008 23:25:55 +0000 (23:25 +0000)] 
Fixes for SGLINE and SSHUN. As well as a fix for bug 2173687 (PRIVS part of it is already fixed on trunk).

15 years agoMinor spelling mistake "change" instead of"change"
jobe1986 [Fri, 24 Oct 2008 22:24:53 +0000 (22:24 +0000)] 
Minor spelling mistake "change" instead of"change"

15 years agoFix for crash on OpServ SVSPART where the channel specified does not exist.
jobe1986 [Fri, 10 Oct 2008 01:45:36 +0000 (01:45 +0000)] 
Fix for crash on OpServ SVSPART where the channel specified does not exist.

15 years agoPrevent automatic registration of dissallowed nicks when registering an account
jobe1986 [Tue, 30 Sep 2008 00:37:06 +0000 (00:37 +0000)] 
Prevent automatic registration of dissallowed nicks when registering an account

15 years agoFix for <trigger>shoot telling you to use .roulette instead of <trigger>roulette
jobe1986 [Sat, 27 Sep 2008 22:09:28 +0000 (22:09 +0000)] 
Fix for <trigger>shoot telling you to use .roulette instead of <trigger>roulette

15 years agoSGLINE and SSHUN support for some stuff coming soon in Nefarious
sirvulcan [Mon, 15 Sep 2008 01:25:57 +0000 (01:25 +0000)] 
SGLINE and SSHUN support for some stuff coming soon in Nefarious

15 years agoChanged PEON to PAL as some people found it insulting.
jobe1986 [Sun, 7 Sep 2008 15:36:07 +0000 (15:36 +0000)] 
Changed PEON to PAL as some people found it insulting.

15 years agoAdded a few new PRIV_*'s and fixed mod-snoop to support channel mode +h.
jobe1986 [Fri, 5 Sep 2008 23:17:10 +0000 (23:17 +0000)] 
Added a few new PRIV_*'s and fixed mod-snoop to support channel mode +h.

15 years agoFixed an issue with OPCHAN and channels using offchannel
sirvulcan [Mon, 1 Sep 2008 13:12:58 +0000 (13:12 +0000)] 
Fixed an issue with OPCHAN and channels using offchannel

15 years agoforgot to change the date
rubin [Tue, 19 Aug 2008 16:41:21 +0000 (16:41 +0000)] 
forgot to change the date

15 years agofix crash when spin settings were not in config file
rubin [Tue, 19 Aug 2008 16:36:15 +0000 (16:36 +0000)] 
fix crash when spin settings were not in config file

15 years agorevert part of the last commit for now
sirvulcan [Mon, 21 Jul 2008 02:11:53 +0000 (02:11 +0000)] 
revert part of the last commit for now

15 years agoTurn the kick ban all chans spin action into a timed ban (5 minutes). Also seperated...
sirvulcan [Mon, 21 Jul 2008 01:10:04 +0000 (01:10 +0000)] 
Turn the kick ban all chans spin action into a timed ban (5 minutes). Also seperated the setting of the ban from the stripping of ohv. If Nefarious has halfops disabled then trying to strip the modes and set the ban results in the numeric being set as the ban. This will need to be fixed in nefarious.

15 years agospin fixes
rubin [Sun, 20 Jul 2008 16:07:34 +0000 (16:07 +0000)] 
spin fixes

15 years agoremove debug code, bump version
rubin [Sun, 20 Jul 2008 15:02:57 +0000 (15:02 +0000)] 
remove debug code, bump version

15 years agosync trunk to 1.6 changes
rubin [Sun, 20 Jul 2008 09:35:57 +0000 (09:35 +0000)] 
sync trunk to 1.6 changes

15 years agocopying file never got updated
rubin [Sun, 20 Jul 2008 04:09:23 +0000 (04:09 +0000)] 
copying file never got updated

15 years agoremove warning on uping of jupes
rubin [Sun, 20 Jul 2008 03:41:27 +0000 (03:41 +0000)] 
remove warning on uping of jupes

15 years agomerge in gline modtime patch and streamline version replies
rubin [Sat, 19 Jul 2008 17:06:09 +0000 (17:06 +0000)] 
merge in gline modtime patch and streamline version replies

16 years agoAdded missing PRIV_* flags
jobe1986 [Wed, 2 Jul 2008 14:19:33 +0000 (14:19 +0000)] 
Added missing PRIV_* flags

16 years agofix for spin clone kill timer crash
rubin [Sun, 29 Jun 2008 04:56:22 +0000 (04:56 +0000)] 
fix for spin clone kill timer crash

16 years agomake oper_ldap_group membership level configurable
rubin [Tue, 24 Jun 2008 04:13:24 +0000 (04:13 +0000)] 
make oper_ldap_group membership level configurable

16 years agoLOC fix for non-ldap LOC where ldap is available
rubin [Thu, 12 Jun 2008 14:49:43 +0000 (14:49 +0000)] 
LOC fix for non-ldap LOC where ldap is available

16 years agoAdded buttaknife's patch which allows x3 to trace modes in alerts and traces. Also...
sirvulcan [Tue, 22 Apr 2008 01:03:13 +0000 (01:03 +0000)] 
Added buttaknife's patch which allows x3 to trace modes in alerts and traces. Also fixed a small compile warning

16 years agofix crash in oset password. Thanks jobe and bctrainers for tracking this down
rubin [Thu, 10 Apr 2008 16:56:35 +0000 (16:56 +0000)] 
fix crash in oset password. Thanks jobe and bctrainers for tracking this down

16 years agoFixed a bug with x3 not handling kills properly.
sirvulcan [Sun, 6 Apr 2008 13:24:48 +0000 (13:24 +0000)] 
Fixed a bug with x3 not handling kills properly.

16 years agoThis is alpha code for LOC account hostmask validation
rubin [Wed, 2 Apr 2008 17:53:47 +0000 (17:53 +0000)] 
This is alpha code for LOC account hostmask validation

16 years agoBumped up trunk version for X3 to 1.6
sirvulcan [Tue, 1 Apr 2008 01:34:15 +0000 (01:34 +0000)] 
Bumped up trunk version for X3 to 1.6

16 years agoignore sno messages
sirvulcan [Sat, 29 Mar 2008 02:00:00 +0000 (02:00 +0000)] 
ignore sno messages

16 years agoFixed up a typo spotted by Sakkath
sirvulcan [Fri, 28 Mar 2008 05:40:48 +0000 (05:40 +0000)] 
Fixed up a typo spotted by Sakkath

16 years agoMake sure of SVSQUIT in SPIN if Nefarious 1.2.0 is in use
sirvulcan [Fri, 28 Mar 2008 04:56:50 +0000 (04:56 +0000)] 
Make sure of SVSQUIT in SPIN if Nefarious 1.2.0 is in use

16 years agoOnly allow logged in people to use spin.
sirvulcan [Fri, 28 Mar 2008 04:39:29 +0000 (04:39 +0000)] 
Only allow logged in people to use spin.

16 years agoadded lamepart function so that spin can be used on Nefarious 1.1
sirvulcan [Fri, 28 Mar 2008 03:43:38 +0000 (03:43 +0000)] 
added lamepart function so that spin can be used on Nefarious 1.1

16 years agowheel of misfortune. This will only work on Nefarious 1.2.0, see changelog
sirvulcan [Fri, 28 Mar 2008 02:49:51 +0000 (02:49 +0000)] 
wheel of misfortune. This will only work on Nefarious 1.2.0, see changelog

16 years agofix typeo in opserv help alerts
rubin [Thu, 27 Mar 2008 18:32:28 +0000 (18:32 +0000)] 
fix typeo in opserv help alerts

16 years agoAdded roulette/shoot functions as well as added email functionality for new memos
sirvulcan [Thu, 27 Mar 2008 02:46:43 +0000 (02:46 +0000)] 
Added roulette/shoot functions as well as added email functionality for new memos

16 years agomake 1 param auth work when ldap libs are found, but not in use
rubin [Mon, 24 Mar 2008 21:02:34 +0000 (21:02 +0000)] 
make 1 param auth work when ldap libs are found, but not in use

16 years agosvsnick and 1 param auth
rubin [Wed, 12 Mar 2008 03:37:41 +0000 (03:37 +0000)] 
svsnick and 1 param auth

16 years agoAdded some bits from check_ctcp into the mark version handling
sirvulcan [Tue, 11 Mar 2008 00:20:10 +0000 (00:20 +0000)] 
Added some bits from check_ctcp into the mark version handling

16 years agopossible fix for sf bug 1905760
rubin [Sun, 2 Mar 2008 16:48:34 +0000 (16:48 +0000)] 
possible fix for sf bug 1905760

16 years agoredid the warning message for off_channel
sirvulcan [Sat, 1 Mar 2008 21:51:30 +0000 (21:51 +0000)] 
redid the warning message for off_channel

16 years agoin msot cases x3 will be the only service using +z (registered/persistant). When...
sirvulcan [Sat, 1 Mar 2008 21:33:57 +0000 (21:33 +0000)] 
in msot cases x3 will be the only service using +z (registered/persistant). When a server links if it gets a channel that has +z but is not registered services will join the chan, remove z, and part. This cuts down on the chances od desyncs with channels loosing +z on servers during splits but not syncing when everything reconnects

16 years agoAdded MARK CVERSION support to x3, stores responses in client->version_reply
sirvulcan [Sat, 1 Mar 2008 03:07:12 +0000 (03:07 +0000)] 
Added MARK CVERSION support to x3, stores responses in client->version_reply

16 years agosupport for new style cloaked hosts (requires type to be set to 7)
sirvulcan [Mon, 25 Feb 2008 02:25:29 +0000 (02:25 +0000)] 
support for new style cloaked hosts (requires type to be set to 7)

16 years agochanging some errors to warnings
rubin [Mon, 11 Feb 2008 16:55:45 +0000 (16:55 +0000)] 
changing some errors to warnings

16 years agofixed bug 1690395, nickserv wont cry with 15+ char nicks now
sirvulcan [Wed, 16 Jan 2008 02:23:12 +0000 (02:23 +0000)] 
fixed bug 1690395, nickserv wont cry with 15+ char nicks now

16 years agothis should shut washu up :P per channel setinfo max character lines. Channels withou...
sirvulcan [Wed, 16 Jan 2008 01:25:30 +0000 (01:25 +0000)] 
this should shut washu up :P per channel setinfo max character lines. Channels without it set will get the default setting as per x3.conf. Committing this to branches as well as ive tested this.

16 years agoreverting the #1995 srvx merge until its a stable release. Commits after 1995 are...
sirvulcan [Wed, 16 Jan 2008 01:19:37 +0000 (01:19 +0000)] 
reverting the #1995 srvx merge until its a stable release. Commits after 1995 are still in this.

16 years agomake regex case sensitive, and old memoserv fix
rubin [Tue, 8 Jan 2008 06:22:04 +0000 (06:22 +0000)] 
make regex case sensitive, and old memoserv fix

16 years agoseg fault fix for people not using ldap
sirvulcan [Sat, 5 Jan 2008 00:12:23 +0000 (00:12 +0000)] 
seg fault fix for people not using ldap

16 years agoMerged in srvx 1.4-RC1 changes. DNSBL parts are missing as it hasnt even been impleme...
sirvulcan [Sun, 23 Dec 2007 05:10:13 +0000 (05:10 +0000)] 
Merged in srvx 1.4-RC1 changes. DNSBL parts are missing as it hasnt even been implemented yet or a file was missing in the 1.4-rc1 release (not that they are needed as nefarious has DNSBL features).

16 years agoignore ALIST messages
rubin [Tue, 31 Jul 2007 14:22:18 +0000 (14:22 +0000)] 
ignore ALIST messages

17 years agoUpgrading to GPL v3
rubin [Sat, 30 Jun 2007 15:23:50 +0000 (15:23 +0000)] 
Upgrading to GPL v3

17 years agodisabling 1 param AUTH command syntax until a better fix is available for login bugs
rubin [Wed, 9 May 2007 04:00:32 +0000 (04:00 +0000)] 
disabling 1 param AUTH command syntax until a better fix is available for login bugs

17 years agoAllow opers to use mod-webtv if required_mark is on. Also added SJOIN.
sirvulcan [Tue, 8 May 2007 04:15:28 +0000 (04:15 +0000)] 
Allow opers to use mod-webtv if required_mark is on. Also added SJOIN.

17 years agoAdded JOIN and PART support for mod-webtv
sirvulcan [Tue, 8 May 2007 03:55:50 +0000 (03:55 +0000)] 
Added JOIN and PART support for mod-webtv

17 years agoAdded NICK and WHOIS
sirvulcan [Tue, 8 May 2007 03:08:41 +0000 (03:08 +0000)] 
Added NICK and WHOIS

17 years agoBasic module for webtv module work, plus updated google core dumper to version 1.1
sirvulcan [Tue, 8 May 2007 00:29:15 +0000 (00:29 +0000)] 
Basic module for webtv module work, plus updated google core dumper to version 1.1

17 years agoquick fix for "Unable to find user SOME-SERVER whose mark is changing." errors, bette...
sirvulcan [Sat, 5 May 2007 12:14:37 +0000 (12:14 +0000)] 
quick fix for "Unable to find user SOME-SERVER whose mark is changing." errors, better fix to come later

17 years agofixing giveownership logs access to invalid memory address after free
rubin [Fri, 4 May 2007 14:47:30 +0000 (14:47 +0000)] 
fixing giveownership logs access to invalid memory address after free

17 years agoadd missing ifdef for ldap search
rubin [Tue, 24 Apr 2007 17:52:02 +0000 (17:52 +0000)] 
add missing ifdef for ldap search