Adam
|
255a8da347
|
Added oper:require_oper configuration option
|
2011-12-12 15:26:59 -05:00 |
|
Adam
|
3c5337fb8a
|
Fixed translating messages with varargs sent directly to users, too
|
2011-12-11 17:01:56 -05:00 |
|
Adam
|
cef3eb78df
|
Remove send_cmd and replace it with a stringstream
|
2011-11-25 00:44:31 -05:00 |
|
Adam
|
12d0a7302f
|
Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9
|
2011-11-21 16:24:45 -05:00 |
|
Adam
|
0dd85f7761
|
Fixed not translating messages using varargs
|
2011-11-21 16:17:17 -05:00 |
|
Naram Qashat
|
5a17b060fe
|
Really fix linking in libraries (even if gettext isn't found on *nix), and a minor nitpick about the leading spaces on LINK_LIBS.
|
2011-11-20 18:32:47 -05:00 |
|
Naram Qashat
|
bf8e4ac714
|
Attempt to fix where link libraries are set when compiling to fix failed builds on systems that require -ldl.
|
2011-11-20 16:09:59 -05:00 |
|
Adam
|
69dfc729e9
|
Fixed storing mode locks
|
2011-11-17 12:46:18 -05:00 |
|
Adam
|
5281282a61
|
Fixed compile error
|
2011-11-16 16:22:58 -05:00 |
|
Adam
|
503eb42e40
|
Made looking up a level for a nonexistant privilege debugg log a warning, not abort
|
2011-11-15 16:30:31 -05:00 |
|
Adam
|
38d90c76e0
|
Fixed loading ssl certs for users
|
2011-11-15 16:27:32 -05:00 |
|
Adam
|
9ed203c0cb
|
Fixed crash on shutdown & a compiler warning
|
2011-11-15 16:16:38 -05:00 |
|
Adam
|
b5ff856f47
|
Windows
|
2011-11-08 17:29:16 -05:00 |
|
Adam
|
a42cafbf69
|
Store flags for memos, fixed the expiring very soon message, fixed /os session view when a session exception is added at a lower limit than th default
|
2011-11-04 17:55:14 -04:00 |
|
Adam
|
ca33ac608d
|
Bug #1354 - Allow mode chars to be used for channel prefixs in services.conf
|
2011-11-03 02:28:29 -04:00 |
|
Adam
|
9dd71c427d
|
Fixed the signal/fork/wait mess hopefully once and for all. fork() did not copy kqueue descriptors on freebsd which caused problems
|
2011-10-29 21:16:50 -04:00 |
|
Adam
|
39ac438b8d
|
Ignore sigchld/usr2 sent to the child process after fork
|
2011-10-27 15:09:31 -04:00 |
|
Adam
|
0761a4a692
|
Bug #1350 + other related fixes
|
2011-10-27 14:46:20 -04:00 |
|
Adam
|
8334128680
|
Removed the old unordered_map code
|
2011-10-26 14:31:58 -04:00 |
|
Adam
|
7c62de1f27
|
Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9
|
2011-10-24 16:37:29 -04: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
|
ccf29c0134
|
Fixed the capab parser to parse capab tokens prefixed with :. Fixes not detecting quitstorm support on ratbox
|
2011-10-24 13:19:51 -04:00 |
|
Adam
|
d0513d6506
|
A few minor fixups
|
2011-10-22 16:11:26 -04:00 |
|
Adam
|
f4a0bdd54d
|
Added our own eventfd test for openvz machines which have eventfd but can not be used
|
2011-10-22 12:45:55 -04:00 |
|
Adam
|
c8b3809fc9
|
Added akill ids
|
2011-10-22 11:21:21 -04:00 |
|
Adam
|
ad2ef75cbe
|
Fixed a race condition with installing signal handlers and forking
|
2011-10-22 11:20:50 -04:00 |
|
Adam
|
230b3bc884
|
Only fork if we are at term
|
2011-10-20 13:38:37 -04:00 |
|
Adam
|
faea45245d
|
Reorder some stuff in Init & the ts6 proto mods to fix weirdness from bots being introduced by 3rd party modules
|
2011-10-18 01:48:05 -04:00 |
|
Adam
|
2c614d5aab
|
Fixed up anoperc to work with the newer startup method
|
2011-10-15 02:08:52 -04:00 |
|
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
|
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
|
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
|
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
|
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
|
934723faa5
|
LOG_COMMAND must now always give a valid command
|
2011-09-19 12:14:02 -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
|
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
|
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
|
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 |
|