Adam
|
28ca0e1007
|
Fork earlier in startup to prevent it messing up threads, if there are any
|
2011-10-14 22:07:13 -04:00 |
|
Adam
|
2504af7d0f
|
Fixed os_forbid adds reason if no expiry is given
|
2011-10-14 12:53:28 -04:00 |
|
Adam
|
ddc3c2f38c
|
Added options:nonicknameownership config option
|
2011-10-14 12:20:07 -04:00 |
|
Adam
|
53275c362c
|
Don't add new levels to existing channels default, screws with stuff when the config is reloaded
|
2011-10-11 02:50:37 -04:00 |
|
Adam
|
f3f6727cdd
|
Bug #1337
|
2011-10-11 00:09:26 -04:00 |
|
Adam
|
4681e3a0ef
|
Allow chanserv/suspend to take an expiry time
|
2011-10-10 17:19:06 -04:00 |
|
Adam
|
80f4f317b2
|
Put serialized_items on the heap to prevent weird crashes on shutdown from the list being destructed before members in it
|
2011-10-10 15:04:23 -04:00 |
|
Adam
|
9f3d735d9d
|
Allow nickserv/suspend to take an expiry time
|
2011-10-10 14:16:59 -04:00 |
|
Adam
|
0e012f73d4
|
Check for being at terminal before forking
|
2011-10-09 21:29:34 -04:00 |
|
Adam
|
9f850334a1
|
Give more verbose messages on startup
|
2011-10-09 02:52:13 -04:00 |
|
Adam
|
af273e3da5
|
Store flags for objects, also fixes bug #1333
|
2011-09-25 15:34:56 -04:00 |
|
Adam
|
1f3e96f4ad
|
Made channel privileges case insensitive
|
2011-09-25 14:42:09 -04:00 |
|
Adam
|
e7ba639beb
|
Remove opnotice from example configs
|
2011-09-25 14:38:21 -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
|
43201ead95
|
Fixed /os reload doing weird things to service channels, and allow setting modes by clients on burst
|
2011-09-19 18:35:40 -04:00 |
|
Adam
|
7dce64e540
|
Fixed missing _ in cs_appendtopic
|
2011-09-19 13:14:20 -04:00 |
|
Adam
|
1184eb59c5
|
Allow OnPreHelp to stop processing
|
2011-09-19 13:12:52 -04:00 |
|
Adam
|
4c2a4929ea
|
Call fantasy events even if the commands for them don't exist
|
2011-09-19 12:36:52 -04:00 |
|
Adam
|
be77a7e27e
|
Bug #1334 - fixed crash on /os oper info
|
2011-09-19 12:29:54 -04:00 |
|
Adam
|
934723faa5
|
LOG_COMMAND must now always give a valid command
|
2011-09-19 12:14:02 -04:00 |
|
Adam
|
f07295cc78
|
Bug #1332 - Fixed ValidateUser to not require secure off to disable nickserv kill
|
2011-09-16 14:07:33 -04:00 |
|
Adam
|
26c1d67556
|
Fixed compile errors & warnings from 1.9.6 to 1.9 merge
|
2011-09-10 16:27:10 -04:00 |
|
Adam
|
3d5889c308
|
Updated channel flag names to remove LOGCHAN
|
2011-09-10 16:08:58 -04:00 |
|
Adam
|
213c1c4860
|
Changed msgmerge to not use -E.. it will escape all of some languages and mess up poedit etc. Keep it in xgettext for the bold/underline characters.
|
2011-09-10 02:42:18 -04:00 |
|
Adam
|
63cb8ca24c
|
Moved signal/thread/mode checking to use signal pipes
|
2011-09-10 02:06:31 -04:00 |
|
Adam
|
dc5d1fa21c
|
Made ChanServ privileges configurable
|
2011-09-10 02:06:31 -04:00 |
|
Adam
|
563d158e49
|
Allow Config to install cmake
|
2011-09-10 02:06:31 -04:00 |
|
Adam
|
1478b5bbd7
|
Added chanserv/log
|
2011-09-10 02:06:29 -04:00 |
|
Adam
|
19e0b87aa1
|
Removed /bs set msg
|
2011-09-10 02:05:56 -04:00 |
|
Adam
|
17ea4ed8f5
|
Fixed service_reference to work correctly with external classes
|
2011-09-10 02:05:03 -04:00 |
|
Adam
|
feaef7cc4a
|
Allow services to register or unregister themselves
|
2011-09-10 02:05:03 -04:00 |
|
Adam
|
c6d3fbdfab
|
Added kqueue
|
2011-09-10 02:05:02 -04:00 |
|
Adam
|
700a585b1b
|
Allow modules to add their own channel levels
|
2011-09-10 02:05:00 -04:00 |
|
Adam
|
62752db4c4
|
Rewrote mlock saving/loading code to not use this silly extensible hack
|
2011-09-10 01:58:39 -04:00 |
|
Adam
|
f025d1b495
|
Made service_reference type safe
|
2011-09-10 01:58:38 -04:00 |
|
Adam
|
8c4417cad1
|
Removed opnotice
|
2011-09-10 01:58:38 -04:00 |
|
Adam
|
d4db2b84f2
|
Made the IsValidHost checks configurable
|
2011-09-10 01:58:38 -04:00 |
|
Adam
|
bb8e04c835
|
Added oper:host and oper:vhost
|
2011-09-10 01:58:35 -04:00 |
|
Adam
|
b504791bad
|
Cleaned up the dns engine, and fixed sometimes parsing multiple answer queries incorrectly
|
2011-09-10 01:55:37 -04:00 |
|
Adam
|
d5749c11f3
|
Fixed eventfd pipeengine to not add the same socket twice
|
2011-09-10 01:55:37 -04:00 |
|
Adam
|
f54ab5e2ca
|
Squash merge of 1.9 to 1.9.6
|
2011-09-10 01:55:29 -04:00 |
|
Adam
|
1e45019f8a
|
Added m_proxyscan
|
2011-09-10 01:55:11 -04:00 |
|
Adam
|
2eb708e5ad
|
Cleaned up some of the socket code, cleaned up the pipe engines, added support for binary sockets, and cleaned up the asynch connect/accept code
|
2011-09-10 01:55:09 -04:00 |
|
Adam
|
4fcb371bc8
|
Track what "level" channel status modes are, which allows us to have chanserv/mode determine if a status mode can be set by users better
|
2011-09-10 01:52:59 -04:00 |
|
Adam
|
6401d93b8e
|
Added chanserv/up and chanserv/down
|
2011-09-10 01:52:59 -04:00 |
|
Adam
|
8a9a39c065
|
Renamed the core pseudoclient modules to match their names
|
2011-09-10 01:52:59 -04:00 |
|
Adam
|
13e8b26989
|
Made email messages sent by services configurable
|
2011-09-10 01:52:59 -04:00 |
|
Adam
|
8a6d6577bd
|
Removed log:inhabitlogchannel and replaced it with service:channels
|
2011-09-10 01:52:46 -04:00 |
|
Adam
|
4a7ba7ef4c
|
Removed SZLine. Instead, have AKILL determine whether or not a ZLINE should be set.
|
2011-09-10 00:58:35 -04:00 |
|
Adam
|
2b5d9f349f
|
Bump for 1.9.6 git
|
2011-09-10 00:54:29 -04:00 |
|