Commit Graph

5291 Commits (9def6847a820ac1dd02132a51b81aa9c4b440e23)
 

Author SHA1 Message Date
Bram Matthys 9def6847a8 fix win32 build (fwd declaration mismatch with actual function) 8 years ago
Bram Matthys 5b3237df8d update win32 makefile for new modules past 1-2wks 8 years ago
Bram Matthys 798da6c61a more conf file magic (otherwise windows doesn't load). show all loadmodule errors instead of stopping at the first one. 8 years ago
Bram Matthys 18524a4446 .. 8 years ago
Bram Matthys 908bdafb24 hm. silly win32 msg screen. 8 years ago
Bram Matthys 9de3516c8c give some hints on the modules.conf -> modules.defaults.conf transition. 8 years ago
Bram Matthys 39312a913d give windows users some more hints about the config file location 8 years ago
Bram Matthys f5b902894a (Windows installer) update innosetup file to reflect new file locations 8 years ago
Bram Matthys 3f29850851 C99 8 years ago
Bram Matthys 8df116f2f1 more win32 fixes 8 years ago
Bram Matthys 84a61c6d8e set PIDFILE on win32 8 years ago
Bram Matthys e5ec2a6487 Rename macro DATADIR -> PERMDATADIR. Windows SDK's.. just freaking amazing.... 8 years ago
Bram Matthys e8d75db5ed upgrade-conf: tell user it would be wise if they read the freshly converted configuration files :) 8 years ago
Bram Matthys eabbdac588 upgrade-conf: ensure operclass.default.conf is included 8 years ago
Bram Matthys aa7553abe2 new extban ~O:operclassname. Enables you to make a netadmin only channel like +iI ~O:netadmin*
&remove old adminonly (+A) channel mode a bit more
8 years ago
Bram Matthys ed4ed2a03d add some more comments in modules.default.conf in extbans section. 8 years ago
Bram Matthys d01ba1b3b6 remove adminonly (+A) channel mode. as there is no admin anymore. 8 years ago
Bram Matthys 15dbacb1b9 show operclass in /WHOIS (if local) 8 years ago
Bram Matthys 92bf3cd33d upgrade-conf: fix bug with oper::flags if using the old format (3.1.x... hmmmmm...) 8 years ago
Bram Matthys 14e6f115ea upgrade-conf: use xxx-with-override operclass if can_override is set (and globop or higher) 8 years ago
Bram Matthys 317f80cdea upgrade-conf: upgrade oper block to new syntax (and a little more to come), remove set::hosts, .. 8 years ago
Bram Matthys e52ab7e2c6 do make clean the official way ;) 8 years ago
Bram Matthys 329968a425 operclass: add map:real-map and map-ulines (show real map even if flat map, and show u-lined servers even if hide ulines is set)
grant map privilege to globop and higher in operclass.default.conf
8 years ago
Bram Matthys 734fd8ad5f grant override:see to globops and above in operclass.default.conf. 8 years ago
Bram Matthys a2a31951dc move 'see' type of overrides (things opers can see from other users because they are oper) to override:see.
Like override:see:names:invisible, override:see:whois, override:see:who:onchannel, etc.
8 years ago
Bram Matthys 2769e4860a default operclasses: allow globop and higher to override whois and names by default (to see users in channels) 8 years ago
Bram Matthys f981843672 add xxx-with-override operclasses. also to show inheritance. 8 years ago
Bram Matthys eca9a0e55e first version of doc/conf/operclass.default.conf. still testing... 8 years ago
Bram Matthys 19dd192bb6 all nested operclass acl's were not working (eg: server:rehash), hope this is the correct fix :) 8 years ago
Bram Matthys 88e52c85d6 server:motd -> server:addmotd, server:omotd -> server:addomotd. hmmmm.. I guess. 8 years ago
Bram Matthys f51d191751 trace:invisible_users -> trace:invisible-users 8 years ago
Bram Matthys 9de109b373 operclass privs: move kline/gline/(g)zline/shun to tkl:.. group 8 years ago
Bram Matthys bf56672249 remove set::hosts. use oper::vhost instead. 8 years ago
Bram Matthys 4e4efd2d38 make oper::vhost actually work 8 years ago
Bram Matthys e3f70594f2 Fix compile problem / upgrade op_can_override() 8 years ago
Travis McArthur 10bfb21321 Remove most of OPCan functionality - more later 8 years ago
Bram Matthys 8fc202a6a6 'make clean' did not clean src/modules/{usermodes,chanmodes,snomasks,extbans} 8 years ago
Bram Matthys 80362e0d9c Fix compile warnings (and possibly a crash in dcc deny code introduced a week or so ago) 8 years ago
Bram Matthys 0f2af3f506 current 3.4.x git is really bleeding edge now, come back in a day or so:
* remove netadmin, services-admin, admin, co-admin.
* remove all oper flags (there are some placeholders for the next... <24hrs..)
* ADMINCHAT and NACHAT are gone, since admin & netadmin no longer exist
* SVSO used oper flags, but this no longer exists, SVSO removed. maybe later we can add some sort of replacement.. maybe..
* re-style the m_oper code a bit
8 years ago
Travis McArthur 1e525cbf93 Update Config to handle directory creation 8 years ago
Travis McArthur 10d6fe2651 Remove old announcements based on "admin" perms 8 years ago
Travis McArthur 527a00dafa More ACL work, rip out *admin support (mostly...)
Not totally tested - I validated it built, I validated ACL validation worked, I validated that most of the ripped out functionality seemed to be absent, eg: we still set the modes (backwards compat w/ services?) but we don't actually check them anywhere, or add them to your whois.
8 years ago
Bram Matthys dfbc913013 The default set of modules (full functionality) is now called modules.default.conf
Added operclass.default.conf which I will later expand after I see more of Heero's work ;)
8 years ago
Bram Matthys bcc95f67d6 Give 3.2.x users some directory hints if they try to do things the 3.2.x way. 8 years ago
Bram Matthys 5d64a2ff43 Update release notes for alpha4 (unfinished) 8 years ago
Bram Matthys 5286b50c19 We already set the IP in add_connection, no need to do that in check_init again.
Fix bug where "insecure link" message was shown despite localhost.
8 years ago
Bram Matthys d7e9d00e57 Update help.conf to reflect the new modes that are available to halfops 8 years ago
Bram Matthys efc63dff81 Permit halfops to set more modes than before. The idea is halfops should be able to help out in case of a flood but not be able to change any 'policy decission' modes such as +G, +S, +c, +s.
The following modes are now permitted to halfops: +iklmntMKNCR (was: +ikmnt)
8 years ago
Bram Matthys 82d21bf2d9 Perhaps it would be wise to PING servers. Just an idea, mr nenolod. 8 years ago
Bram Matthys 2bbe696df9 example.conf: it's link::password and not link::outgoing::password. Reported by Micko_. 8 years ago