Adam
|
0cf8d73395
|
Added log messages for all of the other chanserv commands that should be logged
|
2012-11-06 11:02:12 -05:00 |
|
Adam
|
53b2bdfe5e
|
Use std::tr1::unordered_map for a few of the larger maps
|
2012-11-06 11:02:12 -05:00 |
|
Adam
|
27ab6a686c
|
Windows fixes
|
2012-11-06 11:02:12 -05:00 |
|
lethality
|
22c8297a03
|
Added chanserv/status to fantasy commands
|
2012-11-06 15:19:56 +00:00 |
|
Adam
|
d22e86376b
|
Catch the exception from /os session view invalidip
|
2012-11-05 15:59:11 -05:00 |
|
Adam
|
fb56b3a53f
|
Made m_xmlrpc use m_httpd
|
2012-11-03 22:04:19 -04:00 |
|
DukePyrolator
|
0c47017046
|
added support for SVSNICK in the ngircd protocol module
|
2012-11-03 09:40:01 +01:00 |
|
DukePyrolator
|
792091b23c
|
cs_seen: do not read duplicate SeenInfo entries from the database
|
2012-11-02 18:35:33 +01:00 |
|
Adam
|
b917361de8
|
Fix pch generation
|
2012-11-01 16:26:59 -04:00 |
|
Adam
|
a0a54fdfe0
|
Expand options:hideprivilegedcommands to not show commands requiring authentication to unidentified users
|
2012-11-01 16:15:44 -04:00 |
|
Adam
|
d90d5d538b
|
Fixed operserv/umode serv help entry
|
2012-11-01 14:54:14 -04:00 |
|
Adam
|
c2ae76248e
|
Made db_old load exceptions.db
|
2012-11-01 14:47:23 -04:00 |
|
Adam
|
9aa71af1e5
|
Accept 1.8s svid ts on plexus too
|
2012-11-01 14:47:23 -04:00 |
|
Adam
|
b64abebd24
|
Made os_logsearch search oldest logs first so the newest entries are at the bottom of the list
|
2012-11-01 14:47:23 -04:00 |
|
Adam
|
90930619bc
|
Fixed quite a bit of dumbness with m_ssl. Had to
modify socketengines to allow polling for write &
no read, but is it cleaner now. Made m_httpd able
to listen using SSL.
|
2012-11-01 14:47:23 -04:00 |
|
DukePyrolator
|
5b1c823019
|
fixed importing mode locks in db_old
|
2012-11-01 05:28:57 +01:00 |
|
Adam
|
b2b4f21e39
|
Clarify the path given to Config isnt actually the bin path, but the path Anope is installed to
|
2012-10-31 23:11:06 -04:00 |
|
Adam
|
22e55165c9
|
Fixed anopesmtp logging
|
2012-10-31 22:57:11 -04:00 |
|
Adam
|
35c2256849
|
Apparently sending this all at once didn't work that great, so wait for the events before sending the joins/modes etc
|
2012-10-31 17:37:19 -04:00 |
|
Adam
|
3a10fca75f
|
Fix ns_ghost and ns_recover, add nicksev:restoreonghost
|
2012-10-31 12:37:43 -04:00 |
|
Adam
|
a39947cd3c
|
Made os_forbid honor nssecureadmins
|
2012-10-30 22:07:15 -04:00 |
|
Adam
|
1730bfb2bc
|
Send uids everywhere when setting modes on clients
|
2012-10-30 21:22:10 -04:00 |
|
Adam
|
26a4a13cdf
|
Made os_mode a bit smarter
|
2012-10-30 20:40:42 -04:00 |
|
Adam
|
36f357c354
|
Fixed build errors and warnings with -std=c++11
|
2012-10-30 17:10:31 -04:00 |
|
Adam
|
b07928eea9
|
Clean up ngircd proto mod slightly, and send sqlines before introducing clients
|
2012-10-30 15:50:39 -04:00 |
|
Adam
|
1ef7480380
|
Fix inspircd mode message for channel modes. It never actually uses this, but other pseudoservers may send modes using this and not fmode (it has no timestamp)
|
2012-10-30 15:21:47 -04:00 |
|
Adam
|
e4c2dcc0c7
|
Made db_old load up most of the old mode locks
|
2012-10-29 21:51:34 -04:00 |
|
Adam
|
7bdad857e4
|
Only show mode lock in /cs info if there really is a mode lock
|
2012-10-29 21:28:43 -04:00 |
|
Adam
|
c2a8ad26af
|
Fix formatting fail in cs_status
|
2012-10-29 17:47:26 -04:00 |
|
Adam
|
fedf235c83
|
Update Config.cs for VS 2012 and fix it failing if the source directory path has spaces in it
|
2012-10-29 17:07:10 -04:00 |
|
Naram Qashat
|
e88d2c2031
|
Make it so CMake doesn't complain if packing on a system using Visual Studio Express.
|
2012-10-29 16:40:19 -04:00 |
|
Adam
|
20e4685057
|
Readd cs_status
|
2012-10-29 14:54:49 -04:00 |
|
Naram Qashat
|
ca55e15d44
|
Fix building under Mac OS X via Makefiles if not using an Xcode project. This is a hack but CMake currently provides no other way to determine if the detected C++ compiler was identified as Clang.
|
2012-10-29 14:06:42 -04:00 |
|
Adam
|
bb5e4127d7
|
Made MailThread completely threadsafe, currently theres a race condition with config reload + sending mail at once
|
2012-10-29 13:51:38 -04:00 |
|
Adam
|
30028a2404
|
This include is unncessary
|
2012-10-29 13:46:21 -04:00 |
|
Adam
|
6883309927
|
Made anopesmtp less hard to debug
|
2012-10-29 13:46:21 -04:00 |
|
DukePyrolator
|
9c8570ac68
|
readded ngircd protocol support
|
2012-10-29 04:17:24 +01:00 |
|
Naram Qashat
|
4dfc0f952f
|
Fix cmake generation due to this if not being updated.
|
2012-10-27 12:09:07 -04:00 |
|
Adam
|
d6e1b92059
|
Add a module log type
|
2012-10-27 08:12:04 -04:00 |
|
Adam
|
bb5f4555dc
|
Ues timestamp for dns serial not yyyymmddnn.. there are too many problems with this (restarts, >99 zone updates/day, etc)
|
2012-10-27 05:34:36 -04:00 |
|
Adam
|
32d33ca8e5
|
Expand single digit serial revisions to match nn
|
2012-10-27 04:44:10 -04:00 |
|
Adam
|
e1dcf24c98
|
Add nickserv:modesonid config option to set what modes users get on identify
|
2012-10-26 17:30:41 -04:00 |
|
Adam
|
3b24311db6
|
Sometimes zone transfers can be really big
|
2012-10-26 12:57:25 -04:00 |
|
Adam
|
8fd3fc7c13
|
Add sasl support to unreal, inspircd
|
2012-10-26 10:46:19 -04:00 |
|
Adam
|
8d27b25bf8
|
Don't attempt to process any query packets if we aren't explicitly given permission to bind to a port (we do anyway currently for m_dnsbl to get replies)
|
2012-10-26 00:55:04 -04:00 |
|
Adam
|
727b35536f
|
This code isn't used
|
2012-10-25 23:44:34 -04:00 |
|
Adam
|
bbe667dc74
|
Fixed two memory leaks in cs_seen
|
2012-10-25 22:29:10 -04:00 |
|
Naram Qashat
|
3608d42ae9
|
This version needs a better tag than "-git", so there.
|
2012-10-25 22:26:59 -04:00 |
|
Adam
|
8f33933dd8
|
Default xlines to be set by OperServ
|
2012-10-25 21:31:58 -04:00 |
|
Adam
|
e5efe42ecb
|
Fixed showing users from the right server on unreal/bahamut
|
2012-10-25 04:30:22 -04:00 |
|