Bram Matthys
8ac3906e1f
improve header in modules.full.conf
2015-06-20 15:16:04 +02:00
Bram Matthys
9213d7ca5f
some more updates to modules.full.conf
2015-06-20 15:12:08 +02:00
Bram Matthys
35459eedbd
modules.conf makeover: group modules a bit more
2015-06-20 14:57:29 +02:00
Bram Matthys
bf02cfcc15
update with new conf locations & suggestions from dboyz
2015-06-20 14:10:23 +02:00
Bram Matthys
9e221caa85
remove mysterious keys/ directory
2015-06-20 13:54:07 +02:00
Bram Matthys
ed9022b18b
remove badword quit { } and simply use badword channel { } instead.
...
update upgrade-conf to handle the badwords changes
2015-06-20 13:51:21 +02:00
Bram Matthys
d99d01e30b
ship with modules.full.conf (rather than modules.conf) and add note as to not to edit this file directly.
...
add updconf stuff for new layout (badwords, help, etc)
2015-06-20 13:40:20 +02:00
Bram Matthys
2a0c806289
mass move doc/example*conf and doc/help*conf
2015-06-20 12:26:40 +02:00
Bram Matthys
def73ee72f
replace badwords.xxxx.conf with just one badwords.conf
2015-06-20 12:20:24 +02:00
Bram Matthys
7844f70775
make tmp and cache actually use TMPDIR and CACHEDIR
2015-06-20 12:13:08 +02:00
Bram Matthys
b1b771c437
unrealircd script:
...
* detect "ircd not running" situations better
* ./unrealircd stop now kills the ircd in a more friendly matter.
* if you run './unrealircd restart' it will now also start the ircd even if it was not presently running.
2015-06-20 11:27:16 +02:00
Bram Matthys
12dfccf5d1
ircd.pid -> unrealircd.pid
2015-06-20 11:08:13 +02:00
Bram Matthys
0a0a62a9cc
If we failed to listen on any IRC port then fatal error.
...
Apparently neno.. ripped out this code so you could like run './unrealircd
start' 5 times and would then have 5 ircds running, of which 4 were not doing
particularly useful things.
2015-06-20 11:02:18 +02:00
Bram Matthys
e76d2fc3c5
ircd.tune should go in data/. debug.log in logs/. Update ./unrealircd failed to start message
2015-06-20 10:49:14 +02:00
Bram Matthys
c17e7ef812
actually remember the new settings in config.settings.
2015-06-19 21:17:55 +02:00
Bram Matthys
71e5dba0b9
release notes filename
2015-06-19 21:12:30 +02:00
Bram Matthys
833f8c6a25
update link to docs, use *.unrealircd.org
2015-06-19 21:10:13 +02:00
Bram Matthys
2e9f6c9a6e
remove unreal32docs*.html. This is in the wiki now. update translations.txt
2015-06-19 21:08:21 +02:00
Bram Matthys
31066ff480
detect ./Config -quick with old UnrealIRCd settings (incompatible)
2015-06-19 21:01:59 +02:00
Bram Matthys
8a7dda0f38
move ircdcron to extras/ in source tree. remove some old Makefile stuff.
2015-06-19 20:32:36 +02:00
Bram Matthys
b7936be96e
Move release notes to doc/
2015-06-19 20:28:08 +02:00
Bram Matthys
9e7e94f7f2
delete/move more files
2015-06-19 20:26:50 +02:00
Bram Matthys
cb0fadcba4
unused file
2015-06-19 20:26:04 +02:00
Bram Matthys
39bbab746f
delete some files from the root. ./Config now better detects existing ssl certificates (=not prompt you to generate one)
2015-06-19 20:23:07 +02:00
Bram Matthys
3729d9a05a
move some file(s)
2015-06-19 14:08:01 +02:00
Bram Matthys
122bb0ed84
old stuff
2015-06-19 14:06:50 +02:00
Bram Matthys
5e94fc9c72
Move to new directory structure, require 'make install'. (Not complete. Work in progress!)
2015-06-19 13:59:08 +02:00
Bram Matthys
9648589d49
fix small memleak on /REHASH
2015-06-18 18:43:27 +02:00
Bram Matthys
1b9915ffa4
Fix link::outgoing::options::autoconnect.
2015-06-18 17:39:06 +02:00
Bram Matthys
7258aa818e
Allow '/VHOST loginname' without password (for SSL cert authentication)
2015-06-17 18:57:32 +02:00
Bram Matthys
2ca1784a7c
Allow '/OPER username' without password (for SSL cert authentication)
2015-06-17 18:56:03 +02:00
Bram Matthys
249de11ec0
Fix compile issue
2015-06-17 18:55:50 +02:00
Travis McArthur
0a8e395823
Add ACL protection on nick Q:line and flood overrides
2015-06-15 23:54:16 -04:00
Travis McArthur
336892be0a
Add who oper ACL
2015-06-15 23:45:06 -04:00
Travis McArthur
a128246c65
Add ACL checks to m_trace
2015-06-15 23:39:16 -04:00
Travis McArthur
221bc2a92b
Refactor auth ACL to remove superfluous param
2015-06-14 17:59:37 -04:00
Bram Matthys
67d80d84ba
upgrade-conf code for cgiirc -> webirc.
2015-06-14 12:12:28 +02:00
Bram Matthys
f80951a121
Add some more helpful configuration parse errors.
2015-06-14 11:52:01 +02:00
Bram Matthys
33b5df0a10
Merge branch 'unreal34' of github.com:unrealircd/unrealircd into unreal34
2015-06-14 11:39:57 +02:00
Bram Matthys
7e9802c54e
* More helpful error messages on parse errors of the configuration file.
...
Rather than just stating the error, we now also tell the user what to do.
* Change many configuration parse warnings into errors as this is (much)
more helpful to the user since the config file isn't going to load
properly anyway. Any subsequent 'missing xyz block' errors are not
shown on parse errors. That's good as they are often just missing
because of the parse errors so such errors would be confusing.
* Fix upgrade-conf strange behavior on \\ and \" in spamfilters. Was
actually caused by config parser (and not the updconf code).
* Remove .tmp file file which may be left if we crashed during upgrade-conf
2015-06-14 11:32:43 +02:00
Travis McArthur
8d8d069b6f
Add ACL support to tsctl - may want to change namespace
2015-06-13 19:38:58 -04:00
Travis McArthur
3a83c0e747
Add ACL support to sdesc
2015-06-13 19:37:10 -04:00
Travis McArthur
81e7c05463
Add ACL support to wallops
2015-06-13 19:36:30 -04:00
Travis McArthur
421400f552
Add ACL to adminchat
2015-06-13 19:35:46 -04:00
Travis McArthur
9dffcf6885
Add ACL support to addomotd
2015-06-13 19:34:51 -04:00
Travis McArthur
6578b8bfaa
Add ACL Protection to addmotd
2015-06-13 19:33:23 -04:00
Travis McArthur
8bb239bc88
Add ACL checks for sapart
2015-06-13 19:28:11 -04:00
Travis McArthur
2d622996ad
Fix typo
2015-06-13 19:28:04 -04:00
Travis McArthur
95edb5aebb
Add oper ACL permissions for samode command
2015-06-13 19:22:46 -04:00
Travis McArthur
6d67bc8e79
Add oper permissions for sajoin
2015-06-13 19:22:02 -04:00