Stephen Bennett
|
299ad32f98
|
If auth_user and server password were given and not used, use auth_user as an account name in the nickserv identify command
|
2008-08-29 14:45:22 -05:00 |
Jilles Tjoelker
|
628eee0041
|
Remove some dead code.
found using llvm static analyzer
|
2008-08-29 02:53:52 +02:00 |
Jilles Tjoelker
|
ef8e4220ec
|
Fix a memory leak.
found using llvm static analyzer
|
2008-08-29 01:58:10 +02:00 |
Jilles Tjoelker
|
d3b22631c1
|
Make genssl.sh work.
Submitted by jdhore.
|
2008-08-29 01:34:18 +02:00 |
Jilles Tjoelker
|
0cdd90ce79
|
Fix comment, getsockname() can fail legitimately.
from ircd-ratbox r25967 (jilles)
|
2008-08-28 01:06:19 +02:00 |
Jilles Tjoelker
|
c80be1ec80
|
Don't try to add a closed connection.
ircd-ratbox r25965 (jilles)
|
2008-08-28 01:05:41 +02:00 |
Jilles Tjoelker
|
07c8448a5b
|
Fix ident for ssl connections.
|
2008-08-28 00:49:04 +02:00 |
Jilles Tjoelker
|
509c9ee183
|
Remove another remnant of server hostmasking.
|
2008-08-26 00:00:11 +02:00 |
Jilles Tjoelker
|
79fae8dbc0
|
ssld: un #if 0 the /dev/null stuff out
|
2008-08-25 18:48:30 +02:00 |
Jilles Tjoelker
|
6acb39cb1a
|
Clear privset on deoper.
|
2008-08-25 18:24:24 +02:00 |
Jilles Tjoelker
|
220c63400a
|
Fix crash if there is no privset= in an operator{}.
|
2008-08-18 00:55:12 +02:00 |
Jilles Tjoelker
|
c08e7f2dbd
|
Use C locale for the compilation date.
|
2008-08-17 22:55:57 +02:00 |
William Pitcock
|
858646f1f8
|
update TODO
|
2008-08-17 09:30:31 -05:00 |
William Pitcock
|
6e915bfe06
|
privset example: Add a privset for local bots like BOPM and TCMs.
|
2008-08-17 08:58:34 -05:00 |
William Pitcock
|
028aef6ed6
|
m_privs: Add stuff for privsets here too.
|
2008-08-17 08:56:40 -05:00 |
William Pitcock
|
4db97a8263
|
HasPrivilege(): check to make sure localClient and localClient.privset are non-NULL.
|
2008-08-17 08:52:04 -05:00 |
William Pitcock
|
e2d7f73174
|
/stats o: display name of privset instead of privs
|
2008-08-17 08:40:10 -05:00 |
William Pitcock
|
73a3435109
|
All modules converted to use privsets by porting the macro over.
New macro, HasPrivilege() does most of the work here, the old IsOper*() macros
are deprecated, and will likely be removed later.
|
2008-08-17 08:36:17 -05:00 |
William Pitcock
|
34cb09ceea
|
Make a reference to privset in Client.localClient.
|
2008-08-17 08:23:40 -05:00 |
William Pitcock
|
665e79e999
|
privilegeset_ref(): return the privilegeset
|
2008-08-17 08:22:56 -05:00 |
William Pitcock
|
5a6d4202d1
|
Make use of the new default privset!!
|
2008-08-17 08:08:23 -05:00 |
William Pitcock
|
001f5f6731
|
ircd initialization: add a "default" privset with no privs.
|
2008-08-17 08:06:28 -05:00 |
William Pitcock
|
83c037c058
|
Automated merge with ssh://hg.atheme.org//hg/charybdis
|
2008-08-17 07:53:32 -05:00 |
William Pitcock
|
3ddb54d905
|
update oper line
|
2008-08-17 07:53:29 -05:00 |
Jilles Tjoelker
|
d2e6d8d715
|
Add 328 numeric (ChanServ channel URL) to the header files.
|
2008-08-17 14:49:01 +02:00 |
William Pitcock
|
f6189c43ab
|
same bug
|
2008-08-17 07:47:06 -05:00 |
Jilles Tjoelker
|
c73d999576
|
Remove another servlink remnant.
|
2008-08-17 14:46:29 +02:00 |
William Pitcock
|
39352a39f2
|
fix another stupid bug, gah
|
2008-08-17 07:46:18 -05:00 |
William Pitcock
|
76eca655f9
|
Make sure extended privilege sets are added to the registry.
|
2008-08-17 07:44:46 -05:00 |
William Pitcock
|
7ce46e0447
|
Allow : to be in 'string' values.
|
2008-08-17 07:41:52 -05:00 |
William Pitcock
|
b8be4a3f4c
|
Initial work on getting privsets working.
|
2008-08-17 07:40:27 -05:00 |
William Pitcock
|
120b37f94f
|
oper_conf structure: add privset association.
|
2008-08-17 07:32:30 -05:00 |
William Pitcock
|
48de3c1852
|
Add some privsets for opers here.
|
2008-08-17 07:17:25 -05:00 |
William Pitcock
|
de0e9f373b
|
Add config magic for privset{} parsing.
|
2008-08-17 07:10:23 -05:00 |
William Pitcock
|
0e52880760
|
Add privilegeset_extend().
|
2008-08-17 06:35:49 -05:00 |
William Pitcock
|
9291987bba
|
Add basic PrivilegeSet API.
|
2008-08-17 06:27:59 -05:00 |
Valery V Yatsko
|
e6451707d9
|
branch merge
|
2008-08-17 09:33:47 +04:00 |
Valery V Yatsko
|
2d9a60fe7e
|
fixed warnings on src/ircd.c compilation
|
2008-08-17 09:33:05 +04:00 |
Valery V Yatsko
|
40b8b28e1b
|
run autoreconf
|
2008-08-17 09:27:15 +04:00 |
Valery V Yatsko
|
767fdd62fe
|
fixed chm_adminonly extension - IsOperAdmin replaced with IsAdmin.. hm.. but possibly we need to allow hidden opers/admins to enter protected
channels?
|
2008-08-16 23:34:32 +04:00 |
Valery V Yatsko
|
200e53e8f2
|
added improvement in TODO related to support compilation without parser/lexer generators present in OS
|
2008-08-16 23:24:28 +04:00 |
Valery V Yatsko
|
2b97b8ed52
|
put cygwin/mingw/native win32 (+shared modules) support in TODO (need discussion), currently ratbox3 could be compiled under cygwin/mingw
|
2008-08-16 22:52:31 +04:00 |
Valery V Yatsko
|
5f5fc333fb
|
forgot to remove check for cygwin from configure.ac
|
2008-08-16 22:50:22 +04:00 |
Valery V Yatsko
|
77c9f49528
|
removed cygwin check from configure.ac
|
2008-08-16 22:45:09 +04:00 |
Valery V Yatsko
|
9b37ad07c3
|
ircd-ratbox -> charybdis
|
2008-08-16 22:38:13 +04:00 |
Valery V Yatsko
|
2a64312fdc
|
seed random not even every 300 seconds, but on startup also
|
2008-08-16 22:30:28 +04:00 |
Valery V Yatsko
|
2b454b76dc
|
egd fixed
|
2008-08-16 22:29:33 +04:00 |
Valery V Yatsko
|
5d2fe5036e
|
comment to fix egd (not work currently)
|
2008-08-16 22:24:28 +04:00 |
Valery V Yatsko
|
6145bb6027
|
no more servlink - removed 'servlink_path' from reference.conf and source files
|
2008-08-16 22:23:56 +04:00 |
Valery V Yatsko
|
02be96f211
|
Updated reference.conf
|
2008-08-13 23:17:43 +04:00 |