summaryrefslogtreecommitdiff
path: root/modules/core
AgeCommit message (Collapse)Author
2011-08-02Made /ns info default to your account or your nick if no arguments are givenAdam
2011-08-02Added opertype:modesAdam
2011-08-01Split /os mode into /os mode and /os umode to make giving permission to just ↵Adam
one possible
2011-08-01Rewrote the access systems and added a flags access systemAdam
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 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 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-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-23Fix couple of typos in modulesCharles Kingsley
2011-07-16Fixed a few of the /cs set syntax messages to reflect the new syntaxAdam
2011-07-14Fixed appending !*@* to some access list entries that are valid hostsAdam
2011-07-14Fixed OSOpersOnly & CSOpersOnlyAdam
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 #1286 - Dont allow actions to mess up the caps kickerAdam
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-06Fixed chanserv/access/modify permission on non-xop channelsAdam
2011-07-05Send account data once an account is confirmedAdam
2011-07-04Bug #1280 - Fixed reading some na and bi flags in db_plainAdam
2011-06-24The other part of #1277Adam
2011-06-23Fixed bug #1276 and some other valgrind warningsAdam
2011-06-17Search all domains for language strings, fixes the mess that we used to use ↵Adam
to translate strings in 3rd party modules
2011-06-17Bug #1275 - Don't log absolutely everything sent to operserv, most of its ↵Adam
commands already have their own logs
2011-06-13changed some _() to gtl() and updated do_strftime() and duration()DukePyrolator
2011-06-05Fixed clearing bandataAdam
2011-05-30Fixed /ns alistAdam
2011-05-29Fixed ns_update and db_mysql_live sql queriesAdam
2011-05-23Added an IsServicesOper eventAdam
2011-05-23Rewrote the signal handling to use sigactionAdam
2011-05-21Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9Adam
2011-05-21Bug #1271Adam
2011-05-21fixed bug #1272DukePyrolator
2011-05-21Made Anope able to process normally when disconnected from the uplink and ↵Adam
not sleep(), enable usage of non-blocking connect() and default all sockets to non blocking mode. Some cleanup to m_ssl and some cleanup to main.cpp.
2011-05-19Fixed compile from the earlier mergeAdam
2011-05-16Modularized os_newsAdam
2011-05-16Calculate nc::channelcount at runtimeAdam
2011-05-16Added os_operAdam
2011-05-16Added os_forbidAdam
2011-05-16Check for a valid server in /operserv noopAdam
2011-05-16Expand more on m_alias and changed some std::string usage in sockets.cpp to ↵Adam
use Anope::string
2011-05-16Use module type to determine what type each module is instead of its ↵Adam
location in the configuration file.
2011-05-16Added more useful functions to our LDAP API, allow adding newly registered ↵Adam
accounts to LDAP, removed some unnecessary OnPre events and fixed unloading all modules
2011-05-16Unmodularized the socket engine because its causing problems and really is ↵Adam
unnecessary