summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-25Remove send_cmd and replace it with a stringstreamAdam
2011-11-21Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9Adam
2011-11-21Fixed not translating messages using varargsAdam
2011-11-20CMake handles strings and lists differently, so this should hopefully ↵Naram Qashat
finally fix the linking issue.
2011-11-20Apparently pstdint.h was NOT included way back with commit 377a7a9 to use ↵Naram Qashat
something similar to stdint.h
2011-11-20Really fix linking in libraries (even if gettext isn't found on *nix), and a ↵Naram Qashat
minor nitpick about the leading spaces on LINK_LIBS.
2011-11-20Attempt to fix where link libraries are set when compiling to fix failed ↵Naram Qashat
builds on systems that require -ldl.
2011-11-20Allow services operators to modify other users access listAdam
2011-11-18Allow kicking and banning by maskAdam
2011-11-18Added operserv/logoutAdam
2011-11-18Allow having multiple fantasy charactersAdam
2011-11-17Fixed storing mode locksAdam
2011-11-16Fixed compile errorAdam
2011-11-15Made looking up a level for a nonexistant privilege debugg log a warning, ↵Adam
not abort
2011-11-15Fixed loading ssl certs for usersAdam
2011-11-15Prevent locking mode Z on unrealircdAdam
2011-11-15Fixed crash on shutdown & a compiler warningAdam
2011-11-08WindowsAdam
2011-11-05Remove xlines from the IRCd aswell as from our list when the clear command ↵Adam
is used, and fixed adding timed Zlines to inspircd
2011-11-05Set proper expirys on ZLines if the IRCd supports itAdam
2011-11-04Updated ChangesAdam
2011-11-04Allow /os userlist to match host and ip tooAdam
2011-11-04Store flags for memos, fixed the expiring very soon message, fixed /os ↵Adam
session view when a session exception is added at a lower limit than th default
2011-11-04Delete all tables before flushing not just ones we know aboutAdam
2011-11-03Added an assignment operator for Serializable because some STL containers ↵Adam
use it which causes iterators to become invalidated
2011-11-03Bug #1354 - Allow mode chars to be used for channel prefixs in services.confAdam
2011-11-01Clarify the message when users try to lock modes they don't have access to lockAdam
2011-11-01Added a copy constructor to dynamic_reference to allow references to ↵Adam
reference other references correctly
2011-10-29Fixed the signal/fork/wait mess hopefully once and for all. fork() did not ↵Adam
copy kqueue descriptors on freebsd which caused problems
2011-10-27Fix a few warnings that only showed up with gcc 3.4.6 here (sadly, there is ↵Naram Qashat
one on every file about anonymous variadic macros that I can't get rid of).
2011-10-27Clear flags before rebuilding them from the databases. Fixes bug #1351 where ↵Adam
default flags would always be set when unserializing objects.
2011-10-27Ignore sigchld/usr2 sent to the child process after forkAdam
2011-10-27Bug #1350 + other related fixesAdam
2011-10-27Fixed loading exceptions in db_plainAdam
2011-10-27Fixed some typos/errors in the example configs comments.lethality
2011-10-26Fixed accidentally clearing botmodes when joins are sentAdam
2011-10-26Bug #1347, fixed incorrect param parsing in cs_set_miscAdam
2011-10-26Bug #1348 - Fixed /cs entrymsg listAdam
2011-10-26Removed the old unordered_map codeAdam
2011-10-24Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9Adam
2011-10-24Fixed bug #1349 (m_sqlite compiles without error under FreeBSD), as well as ↵Naram Qashat
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-24Fixed the capab parser to parse capab tokens prefixed with :. Fixes not ↵Adam
detecting quitstorm support on ratbox
2011-10-22A few minor fixupsAdam
2011-10-22Added our own eventfd test for openvz machines which have eventfd but can ↵Adam
not be used
2011-10-22Bug #1343 - don't allow recovering and ghosting enforcersAdam
2011-10-22Added akill idsAdam
2011-10-22Fixed a race condition with installing signal handlers and forkingAdam
2011-10-21Fixed extracting multiple words from our serializable stringstreamAdam
2011-10-21Added m_rewriteAdam
2011-10-20Only fork if we are at termAdam