]> jfr.im git - solanum.git/log
solanum.git
8 years agoLIST: plug memory leak
William Pitcock [Fri, 22 Jan 2016 21:07:55 +0000 (16:07 -0500)] 
LIST: plug memory leak

8 years agoRevert "ircd: rework sendq limits a bit."
William Pitcock [Thu, 21 Jan 2016 03:27:33 +0000 (22:27 -0500)] 
Revert "ircd: rework sendq limits a bit."

This reverts commit 9a5958119ce4f57b00cbabe0629084c6823a2c6a.

8 years agoRevert "LIST: use new sendq system to reimplement SAFELIST differently."
William Pitcock [Thu, 21 Jan 2016 03:26:55 +0000 (22:26 -0500)] 
Revert "LIST: use new sendq system to reimplement SAFELIST differently."

This reverts commit e835592cfc53c325608ea30cf58c6d5fba9d47b3.

8 years agoircd: radixtree: allow irc_radixtree_elem_find() to find a fuzzy match instead of...
William Pitcock [Thu, 21 Jan 2016 03:10:35 +0000 (22:10 -0500)] 
ircd: radixtree: allow irc_radixtree_elem_find() to find a fuzzy match instead of an exact match

8 years agoircd: radixtree: add irc_radixtree_foreach_start_from() which uses irc_radixtree_elem...
William Pitcock [Thu, 21 Jan 2016 02:02:03 +0000 (21:02 -0500)] 
ircd: radixtree: add irc_radixtree_foreach_start_from() which uses irc_radixtree_elem_find() to find the starting point

8 years agoircd: radixtree: move some things into the right namespace
William Pitcock [Thu, 21 Jan 2016 01:52:17 +0000 (20:52 -0500)] 
ircd: radixtree: move some things into the right namespace

8 years agoextensions/helpops: Do not use oper:hidden.
Jilles Tjoelker [Sat, 16 Jan 2016 14:23:32 +0000 (15:23 +0100)] 
extensions/helpops: Do not use oper:hidden.

If +H is a separate umode and privilege, there is no reason to have
oper:hidden, which did not work properly anyway since it is not propagated
to other servers.

8 years agoWHOIS: Make hide_opers_in_whois not affect opers doing whois.
Jilles Tjoelker [Sat, 16 Jan 2016 14:22:22 +0000 (15:22 +0100)] 
WHOIS: Make hide_opers_in_whois not affect opers doing whois.

8 years agoextensions/override: disable false positive modehack notice
William Pitcock [Sat, 16 Jan 2016 08:28:49 +0000 (02:28 -0600)] 
extensions/override: disable false positive modehack notice

8 years agoextensions/override: improve KICK override messages
William Pitcock [Sat, 16 Jan 2016 08:04:01 +0000 (02:04 -0600)] 
extensions/override: improve KICK override messages

8 years agoircd: chmode: change CHFL_CHANOP checks where appropriate to allow levels above CHFL_...
William Pitcock [Sat, 16 Jan 2016 07:55:30 +0000 (01:55 -0600)] 
ircd: chmode: change CHFL_CHANOP checks where appropriate to allow levels above CHFL_CHANOP

this is the same behaviour as other checks in other places in the code.

8 years agoircd: call rehash_authd(), not restart_authd() when rehashing
William Pitcock [Sat, 16 Jan 2016 06:04:07 +0000 (00:04 -0600)] 
ircd: call rehash_authd(), not restart_authd() when rehashing

8 years agoircd: add general::hide_opers_in_whois to simulate ircd-seven operhide
William Pitcock [Fri, 15 Jan 2016 19:38:40 +0000 (13:38 -0600)] 
ircd: add general::hide_opers_in_whois to simulate ircd-seven operhide

8 years agoextensions/helpops: implement DEHELPER command
William Pitcock [Thu, 14 Jan 2016 21:16:29 +0000 (15:16 -0600)] 
extensions/helpops: implement DEHELPER command

8 years agoextensions/helpops: new module, implementing a helpops system.
William Pitcock [Thu, 14 Jan 2016 14:05:36 +0000 (08:05 -0600)] 
extensions/helpops: new module, implementing a helpops system.

if loaded, this module takes over /stats p, and displays people who are umode +H.
to get umode +H, one must have the "usermode:helpops" permission.

8 years agoSTATS: allow modules to override normal stats requests
William Pitcock [Thu, 14 Jan 2016 12:57:04 +0000 (06:57 -0600)] 
STATS: allow modules to override normal stats requests

8 years agoNEWS: first pass of many at 3.6 news
William Pitcock [Thu, 14 Jan 2016 12:45:18 +0000 (06:45 -0600)] 
NEWS: first pass of many at 3.6 news

8 years agoircd: get_channel_access(): do not derive channel pointer from membership
William Pitcock [Thu, 14 Jan 2016 04:16:44 +0000 (22:16 -0600)] 
ircd: get_channel_access(): do not derive channel pointer from membership

8 years agoTOPIC: strip channel topic colors here if configured, instead of in set_channel_topic()
William Pitcock [Wed, 13 Jan 2016 23:17:14 +0000 (17:17 -0600)] 
TOPIC: strip channel topic colors here if configured, instead of in set_channel_topic()

8 years agoRevert "LIST: since we now have channel::strip_topic_colors, don't unconditionally...
William Pitcock [Wed, 13 Jan 2016 23:11:16 +0000 (17:11 -0600)] 
Revert "LIST: since we now have channel::strip_topic_colors, don't unconditionally strip colors here anymore"

This reverts commit b28b21f6d502ea154a005fd380ba2f812609f4da.

8 years agoLIST: since we now have channel::strip_topic_colors, don't unconditionally strip...
William Pitcock [Wed, 13 Jan 2016 23:05:49 +0000 (17:05 -0600)] 
LIST: since we now have channel::strip_topic_colors, don't unconditionally strip colors here anymore

8 years agoircd: channel: implement an option to strip color codes from channel topics
William Pitcock [Wed, 13 Jan 2016 23:03:40 +0000 (17:03 -0600)] 
ircd: channel: implement an option to strip color codes from channel topics

8 years agoircd: get_channel_access(): allow override hooks to work without a membership pointer
William Pitcock [Wed, 13 Jan 2016 22:56:05 +0000 (16:56 -0600)] 
ircd: get_channel_access(): allow override hooks to work without a membership pointer

8 years agoextensions/chm_operpeace: new module which disallows kicking of operators on select...
William Pitcock [Wed, 13 Jan 2016 22:52:56 +0000 (16:52 -0600)] 
extensions/chm_operpeace: new module which disallows kicking of operators on select channels

8 years agoircd: chmode: clean up chm_hidden() a little bit
William Pitcock [Wed, 13 Jan 2016 22:37:25 +0000 (16:37 -0600)] 
ircd: chmode: clean up chm_hidden() a little bit

8 years agoircd: import hidden channel modes framework, from ircd-seven
William Pitcock [Wed, 13 Jan 2016 22:34:27 +0000 (16:34 -0600)] 
ircd: import hidden channel modes framework, from ircd-seven

This allows for modules to define channel modes which are only visible to opers.

8 years agoextensions/sno_globalnickchange: import from ircd-seven
William Pitcock [Tue, 12 Jan 2016 13:10:39 +0000 (07:10 -0600)] 
extensions/sno_globalnickchange: import from ircd-seven

8 years agoCONNECT: allow using 3-argument CONNECT with port == 0 locally (closes #119)
William Pitcock [Tue, 12 Jan 2016 11:54:04 +0000 (05:54 -0600)] 
CONNECT: allow using 3-argument CONNECT with port == 0 locally (closes #119)

8 years agoircd: implement support for remote module load/unload/etc commands
William Pitcock [Tue, 12 Jan 2016 06:37:54 +0000 (00:37 -0600)] 
ircd: implement support for remote module load/unload/etc commands

8 years agoAllow remote DIE and RESTART (from ircd-seven)
William Pitcock [Tue, 12 Jan 2016 06:04:54 +0000 (00:04 -0600)] 
Allow remote DIE and RESTART (from ircd-seven)

8 years agomodules: add missing m_grant.c
William Pitcock [Tue, 12 Jan 2016 05:52:04 +0000 (23:52 -0600)] 
modules: add missing m_grant.c

8 years agoircd: implement EXTENDCHANS, based on ircd-seven (with some improvements from chatircd)
William Pitcock [Tue, 12 Jan 2016 05:32:23 +0000 (23:32 -0600)] 
ircd: implement EXTENDCHANS, based on ircd-seven (with some improvements from chatircd)

8 years agoircd: implement GRANT subsystem based on ircd-seven
William Pitcock [Tue, 12 Jan 2016 05:02:03 +0000 (23:02 -0600)] 
ircd: implement GRANT subsystem based on ircd-seven

8 years agoircd: change_nick_user_host(): only update target_p->username if the buffer has actua...
William Pitcock [Tue, 12 Jan 2016 04:46:49 +0000 (22:46 -0600)] 
ircd: change_nick_user_host(): only update target_p->username if the buffer has actually changed (pointed out by Valgrind)

8 years agoextensions/override: display mode-change string in override messages
William Pitcock [Tue, 12 Jan 2016 04:40:32 +0000 (22:40 -0600)] 
extensions/override: display mode-change string in override messages

8 years agoparse: add missing semicolon
William Pitcock [Tue, 12 Jan 2016 04:31:19 +0000 (22:31 -0600)] 
parse: add missing semicolon

8 years agoparse: implement reconstruct_parv()
William Pitcock [Tue, 12 Jan 2016 04:28:55 +0000 (22:28 -0600)] 
parse: implement reconstruct_parv()

8 years agoextensions/m_remove: simplify the reason building code, pointed out by mniip
William Pitcock [Mon, 11 Jan 2016 04:27:28 +0000 (22:27 -0600)] 
extensions/m_remove: simplify the reason building code, pointed out by mniip

8 years agoMerge pull request #118 from dwfreed/remove-quote-part
William Pitcock [Mon, 11 Jan 2016 01:42:05 +0000 (19:42 -0600)] 
Merge pull request #118 from dwfreed/remove-quote-part

extensions/m_remove: quote user part messages

8 years agoextensions/m_remove: quote user part messages
Doug Freed [Sun, 10 Jan 2016 14:46:52 +0000 (06:46 -0800)] 
extensions/m_remove: quote user part messages

Quote user part messages like freenode/ircd-seven so that users can't
fake a channel op using /remove.  This only applies when this module is
loaded.

8 years agoircd: hash: channels are no longer a hashtable
William Pitcock [Sun, 10 Jan 2016 05:47:50 +0000 (23:47 -0600)] 
ircd: hash: channels are no longer a hashtable

8 years agoLIST: more cleanups
William Pitcock [Sun, 10 Jan 2016 05:34:52 +0000 (23:34 -0600)] 
LIST: more cleanups

8 years agoLIST: use new sendq system to reimplement SAFELIST differently.
William Pitcock [Sun, 10 Jan 2016 05:28:53 +0000 (23:28 -0600)] 
LIST: use new sendq system to reimplement SAFELIST differently.

This is more like ratbox, but with the same filtering etc. features, and also using the hard sendq limit.

8 years agoircd: rework sendq limits a bit.
William Pitcock [Sun, 10 Jan 2016 05:14:04 +0000 (23:14 -0600)] 
ircd: rework sendq limits a bit.

The sendq limit is now soft, now we halt processing if a sendq is exceeded, until it is sufficiently drained.
This allows us to implement SAFELIST and other floody commands without hacks.

8 years agoircd: make STATS B easier to understand
William Pitcock [Sat, 9 Jan 2016 12:23:13 +0000 (06:23 -0600)] 
ircd: make STATS B easier to understand

8 years agoircd: scache: use irc_radixtree
William Pitcock [Sat, 9 Jan 2016 11:55:46 +0000 (05:55 -0600)] 
ircd: scache: use irc_radixtree

8 years agoircd: hash: we do not use 2.8-style chained hashtables for client lookups anymore...
William Pitcock [Sat, 9 Jan 2016 11:43:51 +0000 (05:43 -0600)] 
ircd: hash: we do not use 2.8-style chained hashtables for client lookups anymore, so remove no longer relevant comments

8 years agoircd: hash: use an irc_radixtree for client names
William Pitcock [Sat, 9 Jan 2016 11:30:13 +0000 (05:30 -0600)] 
ircd: hash: use an irc_radixtree for client names

8 years agoircd: hash: use an irc_radixtree for IDs
William Pitcock [Sat, 9 Jan 2016 11:13:10 +0000 (05:13 -0600)] 
ircd: hash: use an irc_radixtree for IDs

8 years agoircd: hash: use an irc_radixtree for storing resv's
William Pitcock [Sat, 9 Jan 2016 10:59:02 +0000 (04:59 -0600)] 
ircd: hash: use an irc_radixtree for storing resv's

8 years agoircd: hash: client connection id hashtables are now dictionaries keyed by uint32
William Pitcock [Sat, 9 Jan 2016 10:25:41 +0000 (04:25 -0600)] 
ircd: hash: client connection id hashtables are now dictionaries keyed by uint32

8 years agoircd: irc_dictionary: allow storage of non-string types as keys
William Pitcock [Sat, 9 Jan 2016 10:09:40 +0000 (04:09 -0600)] 
ircd: irc_dictionary: allow storage of non-string types as keys

8 years agoircd: irc_dictionary: fix up stats routines
William Pitcock [Sat, 9 Jan 2016 07:41:20 +0000 (01:41 -0600)] 
ircd: irc_dictionary: fix up stats routines

8 years agoircd: irc_dictionary: also show dictionary stats
William Pitcock [Sat, 9 Jan 2016 07:34:37 +0000 (01:34 -0600)] 
ircd: irc_dictionary: also show dictionary stats

8 years agoircd: ensure irc_dictionary users have names, for stats tracking.
William Pitcock [Sat, 9 Jan 2016 07:22:11 +0000 (01:22 -0600)] 
ircd: ensure irc_dictionary users have names, for stats tracking.

8 years agoircd: operhash: rewrite to use irc_radixtree
William Pitcock [Sat, 9 Jan 2016 07:08:15 +0000 (01:08 -0600)] 
ircd: operhash: rewrite to use irc_radixtree

8 years agoircd: irc_radixtree: add irc_radixtree_irccasecanon and irc_radixtree_strcasecanon...
William Pitcock [Sat, 9 Jan 2016 07:00:55 +0000 (01:00 -0600)] 
ircd: irc_radixtree: add irc_radixtree_irccasecanon and irc_radixtree_strcasecanon helpers

8 years agoircd: irc_radixtree: add some convenience functions for tracking radix tree stats
William Pitcock [Sat, 9 Jan 2016 06:54:57 +0000 (00:54 -0600)] 
ircd: irc_radixtree: add some convenience functions for tracking radix tree stats

8 years agoircd: add irc_radixtree, which is like irc_dictionary but uses a radix tree as the...
William Pitcock [Sat, 9 Jan 2016 06:44:39 +0000 (00:44 -0600)] 
ircd: add irc_radixtree, which is like irc_dictionary but uses a radix tree as the backing store

8 years agoircd: operhash: convert to a proper stringpool implementation
William Pitcock [Fri, 8 Jan 2016 17:03:24 +0000 (11:03 -0600)] 
ircd: operhash: convert to a proper stringpool implementation

8 years agolibratbox: disable the block allocator, but keep it as a stub for now
William Pitcock [Fri, 8 Jan 2016 13:16:23 +0000 (07:16 -0600)] 
libratbox: disable the block allocator, but keep it as a stub for now

8 years agoconfigure: no more small-net
William Pitcock [Fri, 8 Jan 2016 13:09:47 +0000 (07:09 -0600)] 
configure: no more small-net

8 years agobuildsystem: further cleanup
William Pitcock [Fri, 8 Jan 2016 13:01:00 +0000 (07:01 -0600)] 
buildsystem: further cleanup

8 years agobuildsystem: more LTDLINCL fixes
William Pitcock [Fri, 8 Jan 2016 12:57:45 +0000 (06:57 -0600)] 
buildsystem: more LTDLINCL fixes

8 years agoconfigure: use correct path for libltdl
William Pitcock [Fri, 8 Jan 2016 12:50:01 +0000 (06:50 -0600)] 
configure: use correct path for libltdl

8 years agoircd: remove internal resolver, no longer used
William Pitcock [Fri, 8 Jan 2016 12:39:51 +0000 (06:39 -0600)] 
ircd: remove internal resolver, no longer used

8 years agoircd: move DNS resolution over to authd
William Pitcock [Fri, 8 Jan 2016 12:31:08 +0000 (06:31 -0600)] 
ircd: move DNS resolution over to authd

8 years agoauthd: do not use \n with rb_helper_write(), unnecessary
William Pitcock [Fri, 8 Jan 2016 11:44:41 +0000 (05:44 -0600)] 
authd: do not use \n with rb_helper_write(), unnecessary

8 years agoircd/dns: implement final version of authd-dns line protocol
William Pitcock [Fri, 8 Jan 2016 11:44:05 +0000 (05:44 -0600)] 
ircd/dns: implement final version of authd-dns line protocol

8 years agoauthd: fix some DNS module logic
William Pitcock [Fri, 8 Jan 2016 11:32:27 +0000 (05:32 -0600)] 
authd: fix some DNS module logic

8 years agobuildsystem: update Makefile.in's
William Pitcock [Fri, 8 Jan 2016 11:20:32 +0000 (05:20 -0600)] 
buildsystem: update Makefile.in's

8 years agoircd: start up authd
William Pitcock [Fri, 8 Jan 2016 11:20:09 +0000 (05:20 -0600)] 
ircd: start up authd

8 years agoFix LTDL conditional, remove some unnecessary and/or ugly configure tests
Aaron Jones [Thu, 7 Jan 2016 17:15:55 +0000 (17:15 +0000)] 
Fix LTDL conditional, remove some unnecessary and/or ugly configure tests

8 years agoFix some autotools discrepancies, disable SQLite threading code
Aaron Jones [Thu, 7 Jan 2016 16:58:28 +0000 (16:58 +0000)] 
Fix some autotools discrepancies, disable SQLite threading code

8 years agoircd: add main.c stub executable
William Pitcock [Thu, 7 Jan 2016 05:57:35 +0000 (23:57 -0600)] 
ircd: add main.c stub executable

8 years agoircd: add new lex/yacc files
William Pitcock [Thu, 7 Jan 2016 04:50:54 +0000 (22:50 -0600)] 
ircd: add new lex/yacc files

8 years agoircd/dns: same
William Pitcock [Thu, 7 Jan 2016 03:35:34 +0000 (21:35 -0600)] 
ircd/dns: same

8 years agoauthd: fix ratbox3.1-ism
William Pitcock [Thu, 7 Jan 2016 03:25:07 +0000 (21:25 -0600)] 
authd: fix ratbox3.1-ism

8 years agolets try this
William Pitcock [Thu, 7 Jan 2016 03:07:14 +0000 (21:07 -0600)] 
lets try this

8 years agoadd missing libltdl support files
William Pitcock [Thu, 7 Jan 2016 02:49:31 +0000 (20:49 -0600)] 
add missing libltdl support files

8 years agoircd/authd: minor cleanups
William Pitcock [Wed, 6 Jan 2016 10:44:29 +0000 (04:44 -0600)] 
ircd/authd: minor cleanups

8 years agoircd/authd: split out authd lifecycle functions from actual DNS functions
William Pitcock [Wed, 6 Jan 2016 10:41:57 +0000 (04:41 -0600)] 
ircd/authd: split out authd lifecycle functions from actual DNS functions

8 years agodns: new WIP client which queries authd for DNS records, not yet in use
William Pitcock [Wed, 6 Jan 2016 10:28:34 +0000 (04:28 -0600)] 
dns: new WIP client which queries authd for DNS records, not yet in use

8 years agobuildsystem: build serno.h before anything else
William Pitcock [Wed, 6 Jan 2016 10:27:32 +0000 (04:27 -0600)] 
buildsystem: build serno.h before anything else

8 years agobuildsystem: add authd to SUBDIRS
William Pitcock [Wed, 6 Jan 2016 10:11:21 +0000 (04:11 -0600)] 
buildsystem: add authd to SUBDIRS

8 years agoauthd: implement DNS module
William Pitcock [Wed, 6 Jan 2016 09:52:37 +0000 (03:52 -0600)] 
authd: implement DNS module

8 years agoauthd: clean up command handlers code a little
William Pitcock [Wed, 6 Jan 2016 09:11:20 +0000 (03:11 -0600)] 
authd: clean up command handlers code a little

8 years agoauthd: import stripped down charybdis resolver
William Pitcock [Wed, 6 Jan 2016 08:47:22 +0000 (02:47 -0600)] 
authd: import stripped down charybdis resolver

8 years agoauthd: add skeleton
William Pitcock [Wed, 6 Jan 2016 08:31:11 +0000 (02:31 -0600)] 
authd: add skeleton

8 years agosslproc: process title of ssld seemed gramatically weird (nitpicking)
William Pitcock [Wed, 6 Jan 2016 08:15:23 +0000 (02:15 -0600)] 
sslproc: process title of ssld seemed gramatically weird (nitpicking)

8 years agoextensions: import sno_channelcreate from ircd-seven
William Pitcock [Wed, 6 Jan 2016 08:03:06 +0000 (02:03 -0600)] 
extensions: import sno_channelcreate from ircd-seven

8 years agoconfig.h: fix SPATH
William Pitcock [Wed, 6 Jan 2016 08:00:12 +0000 (02:00 -0600)] 
config.h: fix SPATH

8 years agomodules: revert lt_dlopenext() change
William Pitcock [Wed, 6 Jan 2016 07:57:24 +0000 (01:57 -0600)] 
modules: revert lt_dlopenext() change

8 years agoircd: fix linking on OS X
William Pitcock [Wed, 6 Jan 2016 07:40:48 +0000 (01:40 -0600)] 
ircd: fix linking on OS X

8 years agodoc: fix make install
William Pitcock [Wed, 6 Jan 2016 07:34:41 +0000 (01:34 -0600)] 
doc: fix make install

8 years agomodules: use lt_dlopenext() to make the config look nicer
William Pitcock [Wed, 6 Jan 2016 07:33:33 +0000 (01:33 -0600)] 
modules: use lt_dlopenext() to make the config look nicer

8 years agogeneral: remove last vestiges of static modules support (this hasn't ever actually...
William Pitcock [Wed, 6 Jan 2016 07:28:20 +0000 (01:28 -0600)] 
general: remove last vestiges of static modules support (this hasn't ever actually worked...)

8 years agoupdate buildsystem artifacts
William Pitcock [Wed, 6 Jan 2016 07:16:49 +0000 (01:16 -0600)] 
update buildsystem artifacts

8 years agorename src to ircd, libcore to libircd
William Pitcock [Wed, 6 Jan 2016 07:16:08 +0000 (01:16 -0600)] 
rename src to ircd, libcore to libircd

8 years agoupdate NEWS
William Pitcock [Wed, 6 Jan 2016 03:43:14 +0000 (21:43 -0600)] 
update NEWS