summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-18added METADATA and vhost support to the ngircd protocol moduleDukePyrolator
2012-11-18fixed a typo in IRCDMessageSetName in the unreal protocol moduleDukePyrolator
2012-11-16This should be find, not find_first_ofAdam
2012-11-16Fixed some stuff spotted by Cronus, made db_old convert ACCESS_INVALID ↵Adam
levels to ACCESS_FOUNDER, fix cs_enforce +R from an earlier commit, fixed ChangeModeInternal TS checking when IRCds don't send TS on mode
2012-11-10Never log debug levels >= 2 using a log blockAdam
2012-11-10Fix user account logout messageAdam
2012-11-10added support for the ngircd SQUERY commandDukePyrolator
2012-11-09Made access del and xop del behave like access add/xop add by using a users ↵Adam
mask if given an unregistered nick
2012-11-09Add a config option to disable saslAdam
2012-11-07Update bi->lastmsg in cs_log when something is logged via privmsgAdam
2012-11-07I haven't a clue why this was here but its not even remotely right.. fixes #1448Adam
2012-11-07Duplicate check some of these larger hashmaps on insert, just incaseAdam
2012-11-07We no longer have to use the rungroup provided at build time, it is ↵Adam
specified in the config now
2012-11-07Fix crash on suspend etc if kicking a user causes the service bot to part ↵Adam
when the service bot is next in the userlist (as we have an iterator to it)
2012-11-07Give suspend the correct permission in botserv.conf, fix pch buildAdam
2012-11-06Sometimes capab is sent as one parameterAdam
2012-11-06Made os_noop more usefulAdam
2012-11-06Added log messages for all of the other chanserv commands that should be loggedAdam
2012-11-06Use std::tr1::unordered_map for a few of the larger mapsAdam
2012-11-06Windows fixesAdam
2012-11-06Added chanserv/status to fantasy commandslethality
2012-11-05Catch the exception from /os session view invalidipAdam
2012-11-03Made m_xmlrpc use m_httpdAdam
2012-11-03added support for SVSNICK in the ngircd protocol moduleDukePyrolator
2012-11-02cs_seen: do not read duplicate SeenInfo entries from the databaseDukePyrolator
2012-11-01Fix pch generationAdam
2012-11-01Expand options:hideprivilegedcommands to not show commands requiring ↵Adam
authentication to unidentified users
2012-11-01Fixed operserv/umode serv help entryAdam
2012-11-01Made db_old load exceptions.dbAdam
2012-11-01Accept 1.8s svid ts on plexus tooAdam
2012-11-01Made os_logsearch search oldest logs first so the newest entries are at the ↵Adam
bottom of the list
2012-11-01Fixed quite a bit of dumbness with m_ssl. Had toAdam
modify socketengines to allow polling for write & no read, but is it cleaner now. Made m_httpd able to listen using SSL.
2012-11-01fixed importing mode locks in db_oldDukePyrolator
2012-10-31Clarify the path given to Config isnt actually the bin path, but the path ↵Adam
Anope is installed to
2012-10-31Fixed anopesmtp loggingAdam
2012-10-31Apparently sending this all at once didn't work that great, so wait for the ↵Adam
events before sending the joins/modes etc
2012-10-31Fix ns_ghost and ns_recover, add nicksev:restoreonghostAdam
2012-10-30Made os_forbid honor nssecureadminsAdam
2012-10-30Send uids everywhere when setting modes on clientsAdam
2012-10-30Made os_mode a bit smarterAdam
2012-10-30Fixed build errors and warnings with -std=c++11Adam
2012-10-30Clean up ngircd proto mod slightly, and send sqlines before introducing clientsAdam
2012-10-30Fix inspircd mode message for channel modes. It never actually uses this, ↵Adam
but other pseudoservers may send modes using this and not fmode (it has no timestamp)
2012-10-29Made db_old load up most of the old mode locksAdam
2012-10-29Only show mode lock in /cs info if there really is a mode lockAdam
2012-10-29Fix formatting fail in cs_statusAdam
2012-10-29Update Config.cs for VS 2012 and fix it failing if the source directory path ↵Adam
has spaces in it
2012-10-29Make it so CMake doesn't complain if packing on a system using Visual Studio ↵Naram Qashat
Express.
2012-10-29Readd cs_statusAdam
2012-10-29Fix building under Mac OS X via Makefiles if not using an Xcode project. ↵Naram Qashat
This is a hack but CMake currently provides no other way to determine if the detected C++ compiler was identified as Clang.