Adam
|
dc9e81a6fc
|
Fix deleting access by number
|
2013-01-06 18:38:04 -05:00 |
|
Adam
|
b591e8cdc8
|
Use the same object for chanusercontainer and userchancontainer
|
2012-12-28 10:43:30 -05:00 |
|
Adam
|
d33a0f75a5
|
Pretty large coding style cleanup, in source doc
cleanup, and allow protocol mods to depend on each
other
|
2012-11-22 00:50:33 -05:00 |
|
Adam
|
8f36f65f39
|
Made access del and xop del behave like access add/xop add by using a users mask if given an unregistered nick
|
2012-11-09 19:20:17 -05:00 |
|
Adam
|
00256fdba8
|
Made access provider modules permanent. They don't cleanup their access entries currently and if they did it would delete them.
|
2012-10-24 23:30:21 -04:00 |
|
Adam
|
3af786d4c9
|
Fix fantasy !help & give it its own help header, not ChanServ's
|
2012-10-08 20:58:47 -04:00 |
|
Adam
|
9ba7196881
|
Make CommandSource use references, sometimes we hold them for awhile
|
2012-09-30 20:30:27 -04:00 |
|
Adam
|
2dec8e767a
|
Allow userless command sources
|
2012-06-18 05:04:30 -04:00 |
|
Adam
|
2cbfbc98e9
|
Some access level fixes from Robby to more closely match the historic levels, and some code cleanup
|
2012-05-26 02:15:48 -04:00 |
|
Robby
|
1f73e27870
|
Updated help messages for ns_list, cs_list, cs_entrymsg, and cs_info. Also fixed logging for cs_entrymsg.
|
2012-05-20 04:14:26 -04:00 |
|
Adam
|
1081ecdae8
|
Fixed non-debug build
|
2012-04-25 14:29:50 -04:00 |
|
Adam
|
573e49a7ea
|
Reworked live SQL support yet again
|
2012-04-23 05:08:26 -04:00 |
|
Adam
|
1536c5cf60
|
Add users hostmask to access lists not nick when access add is used on a non registered user
|
2012-02-18 17:21:55 -05:00 |
|
Adam
|
ee5cd8493e
|
Use C++11's explicit override feature if available
|
2012-02-18 15:04:26 -05:00 |
|
Adam
|
52eaa7d6d6
|
Windows
|
2012-01-25 15:48:07 -05:00 |
|
Robby
|
9e71394127
|
Cleaned up a lot of log messages, help replies, fixed cs_tban, and other small fixes
|
2012-01-07 04:10:30 -05:00 |
|
Adam
|
dd64eac782
|
Fixed users not being able to delete their own access with /cs access when using numbers, and clean up cs_xop slightly
|
2012-01-07 03:44:43 -05:00 |
|
Adam
|
4204ece7a8
|
Updated Copyright to 2012
|
2012-01-02 21:28:24 -05:00 |
|
Adam
|
20aa4e85ce
|
Bug #1368 - check all members of a users gruop against the access list
|
2011-12-31 01:33:32 -05:00 |
|
Adam
|
45fc3ce1c4
|
Fixed formatting of many lists and INFO outputs
|
2011-12-19 15:37:15 -05:00 |
|
Adam
|
9ea030d060
|
Fixed access comparators
|
2011-12-15 01:14:13 -05:00 |
|
Adam
|
5281282a61
|
Fixed compile error
|
2011-11-16 16:22:58 -05:00 |
|
Adam
|
b5ff856f47
|
Windows
|
2011-11-08 17:29:16 -05:00 |
|
Naram Qashat
|
377a7a968b
|
Fixed bug #1349 (m_sqlite compiles without error under FreeBSD), as well as use C99's stdint.h (or cstdint if available) to get (u)intX_t types instead of our stupid typedefs. pstdint.h included in case there is no cstdint or stdint.h available.
|
2011-10-24 16:32:29 -04:00 |
|
Adam
|
1f2399de36
|
Added a new database format and sqlite support. Also moved db-convert to a module.
|
2011-09-25 04:19:15 -04:00 |
|
Adam
|
dc5d1fa21c
|
Made ChanServ privileges configurable
|
2011-09-10 02:06:31 -04:00 |
|
Adam
|
1478b5bbd7
|
Added chanserv/log
|
2011-09-10 02:06:29 -04:00 |
|
Adam
|
700a585b1b
|
Allow modules to add their own channel levels
|
2011-09-10 02:05:00 -04:00 |
|
Adam
|
f025d1b495
|
Made service_reference type safe
|
2011-09-10 01:58:38 -04:00 |
|
Adam
|
d71ae412bb
|
Fixed /cs access add log message to not show override for channel founders
|
2011-08-21 14:54:06 -04:00 |
|
Adam
|
fa3b74a5b4
|
Fixed zlines to only add the xline host, fixed db_mysql's write function, and prevent adding multiple of the same nick to access lists
|
2011-08-20 00:50:26 -04:00 |
|
Adam
|
fd999b996f
|
Fixed some problems with deleting access
|
2011-08-19 16:14:26 -04:00 |
|
Adam
|
f41081ba51
|
Include when an access entry was created in access view
|
2011-08-17 21:41:30 -04:00 |
|
Adam
|
9aa414b1f6
|
Fixed matching acount access entries against nicknames
|
2011-08-16 15:28:21 -04:00 |
|
Adam
|
960c339a4c
|
Brought back the old 1.7 behavior of a level -1 matching all users and 0 matching all identified users
|
2011-08-14 18:50:22 -04:00 |
|
Adam
|
8116ad9b28
|
Added forgotten founder checks to cs_access, fixed fantasy replies to come from the right service, and fixed the accessgroup operators to acount for founder/superadmin
|
2011-08-09 04:38:35 -04:00 |
|
Adam
|
776583a665
|
Simiplied a bit of the access system
|
2011-08-09 01:55:34 -04:00 |
|
Adam
|
c6741d3765
|
Always reset the levels of newly created channels, fixed DetermineLevel matching ACCESS_INVALID levels, and added in a disabled config option for levels
|
2011-08-07 19:04:27 -04:00 |
|
Adam
|
e66063e630
|
Rewrote the example configurations and split them
up into seperate files for each pseudo client.
Also reorganized how the modules are stored, and
made most of the old "extra" modules "core"
|
2011-08-05 05:35:31 -04:00 |
|