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
Bram Matthys
26e0409c4e
Generate larger cloak-keys by default (may not be terribly useful, but why not..).
2015-06-13 16:26:59 +02:00
Bram Matthys
a0d3756a8b
Removed set::pingpong-warning (warning is always off now)
2015-06-13 16:13:23 +02:00
Bram Matthys
556f40dd6c
New syntax is now: webirc { mask 1.2.3.4; password "something"; };
...
And old style (todo: remove?) is: webirc { type old; mask 1.2.3.4; };
2015-06-12 20:28:51 +02:00
Bram Matthys
501daede0c
move cgiirc block to webirc module and rename the block to webirc { }
2015-06-12 20:16:26 +02:00
Bram Matthys
c256702c23
Update Donation file.
2015-06-12 10:24:15 +02:00
Bram Matthys
e29ef414bd
erase src\modules\extbans\*.dll on nmake .. CLEAN
2015-06-11 17:16:18 +02:00
Bram Matthys
66ae6f9f0e
whoops.. almost forgot someone ;-)
2015-06-10 12:52:31 +02:00
Bram Matthys
d4cd92f359
done now. i hope.
2015-06-10 12:29:20 +02:00
Bram Matthys
801910d916
print out a note to windows non-GUI users (running as a service) & old config file
2015-06-10 12:21:19 +02:00
Bram Matthys
0763355062
Merge branch 'unreal34' of github.com:unrealircd/unrealircd into unreal34
2015-06-10 12:14:57 +02:00
Bram Matthys
da93d97325
rewrite the first part of release notes
2015-06-10 12:14:35 +02:00
Bram Matthys
7f675a8663
prepare for 3.4-alpha3
2015-06-10 11:52:44 +02:00
Travis McArthur
d1b3cb96bc
Merge pull request #27 from Zoddo/numeric-396
...
Send RPL_HOSTHIDDEN on host changes
2015-06-09 10:45:50 -07:00