summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-31Bugs 1297-1299 and made /os stats work like the help describes it doesAdam
2011-07-31Fixed these ModuleManager::Attach calls once and for all..Adam
2011-07-31Fixed os_defconAdam
2011-07-31Fixed error message from being unable to connectAdam
2011-07-31Fixed a few small problems, including m_ssl's connect feature sometimes ↵Adam
failing for no good reason
2011-07-29Fixed bug #1294, Crash on NS SET HIDElethality
2011-07-28Fixed a typo in the nickserv/auspex oper privilegelethality
2011-07-28Fixed OS LOGONNEWSlethality
2011-07-27Bug #1289 - Fixed hooking to delcore event in cs_mainAdam
2011-07-27Bug #1288 - Fixed crash on /cs help accessAdam
2011-07-27Bug #1291 - fixed parsing JOIN on ratboxAdam
2011-07-27Show the description in cs help set instead of the syntaxlethality
2011-07-26Fixed /os ignore, /os exception del, and a crash in /cs entrymsgAdam
2011-07-26A few small fixesAdam
2011-07-23Fixed a typo that broke CS SET RESTRICTD and re-added abbreviation for CS ↵lethality
SET DESC
2011-07-23Fix couple of typos in modulesCharles Kingsley
2011-07-17Fixed hs_request and corrected a typo(?) in hs activatelethality
2011-07-17Fixed some of the extra moduleslethality
2011-07-17Fixed up cs_set_misc and ns_set_miscAdam
2011-07-16Fixed a few of the /cs set syntax messages to reflect the new syntaxAdam
2011-07-16Bug #1287 - Only check if users should be deopped on syncing channelsAdam
when the user is on a server that is also syncing. This prevents us from deopping all users who join a new channel when recovering from a netsplit that don't explicitly have access to that channel.
2011-07-14Fixed appending !*@* to some access list entries that are valid hostsAdam
2011-07-14Fixed OSOpersOnly & CSOpersOnlyAdam
2011-07-14These .pot files don't need to be under version controlAdam
2011-07-14Added cs_syncAdam
2011-07-14Added bs_autoassignAdam
2011-07-14Made channel descriptions optionalAdam
2011-07-14Rewrote how commands are handled within Anope.Adam
This allows naming commands and having spaces within command names.
2011-07-10Bug #1283 - Upped the buffer used for messge replies, as some can be really bigAdam
2011-07-10Bug #1285 - Fixed setting -P on channels with only a service bot in itAdam
2011-07-10Bug #1286 - Dont allow actions to mess up the caps kickerAdam
2011-07-07Use getrlimit instead of ulimit, fixes freebsd buildAdam
2011-07-06Do not send news when a server is syncingAdam
2011-07-06Fixed /hs set and /hs setall not allowing only a hostAdam
2011-07-06Only call send once per write event in dns managerAdam
2011-07-06Fixed chanserv/access/modify permission on non-xop channelsAdam
2011-07-05Send account data once an account is confirmedAdam
2011-07-04Bug #1279 - Fixed strftimeAdam
2011-07-04Bug #1282Adam
2011-07-04Bug #1280 - Fixed reading some na and bi flags in db_plainAdam
2011-07-03Clean up some of the dns code, udp is connectionless anyway so this isnt ↵Adam
required
2011-06-27Fixed the mode manager from complaining about prefixless modes on insp20Adam
2011-06-27Fixed build on older cmake versionsAdam
2011-06-24Fixed mail delay timeAdam
2011-06-24The other part of #1277Adam
2011-06-23Bug #1277 - Dont send account data for unconfirmed nicksAdam
2011-06-23Fixed bug #1276 and some other valgrind warningsAdam
2011-06-20Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9Adam
2011-06-20Cleaned up some of the logger code which fixes not logging debug logs to ↵Adam
files etc when debug is enabled, and some other small things
2011-06-20Fix long-standing issue with the get token functions if the delimiter wasn't ↵Naram Qashat
found in the string but you wanted the first "token".