summaryrefslogtreecommitdiff
path: root/modules/commands
AgeCommit message (Expand)Author
2012-02-22Added regex support for many commands, such as akill, sqline, snline,Adam
2012-02-22Fixed some trivial formattinglethality
2012-02-19Made our message sources actual clients/servers, and put in a few more defaul...Adam
2012-02-18Fixed some eventsAdam
2012-02-18Add users hostmask to access lists not nick when access add is used on a non ...Adam
2012-02-18Made mode lock del check status of the mode lock before removing itAdam
2012-02-18Use C++11's explicit override feature if availableAdam
2012-02-14Clean up and reorganize our header filesAdam
2012-02-13Removed our RNG and just use the systems, it's not very widely used. Also mad...Adam
2012-02-08Removed operserv:notifications in favor of log blocks, as well as some other ...Adam
2012-01-31Bug #1365 - Fixed nickserv/confirm syntax for services opersAdam
2012-01-26Also refuse to load memoserv modules if memoserv isn't loadedAdam
2012-01-25WindowsAdam
2012-01-24Add some checks in ms_* to make sure memoserv really existsAdam
2012-01-24Added missing expires column in /os akill viewAdam
2012-01-24Fixed os_ignore to check against users real IPs, not to match against opers, ...Adam
2012-01-21Cleaned up bs_kick and fixed amsg kickerAdam
2012-01-20Fixed param check from last commitlethality
2012-01-20Updated DEFCON and fixed Defcons disabling of the removed mlock commandlethality
2012-01-20Corrected some incorrect Englishlethality
2012-01-14Fixed an incorrect crash-causing response when an invalid option is specified...lethality
2012-01-10Don't ever attempt to process CTCPs as regular messagesAdam
2012-01-08Fixed loading akill reasonsAdam
2012-01-07Cleanup of cs_tbanAdam
2012-01-07Cleaned up a lot of log messages, help replies, fixed cs_tban, and other smal...Robby
2012-01-07Fixed users not being able to delete their own access with /cs access when us...Adam
2012-01-02Updated Copyright to 2012Adam
2011-12-31Bug #1369 - Fixed os_svsnick to allow changing the case of a users' nickAdam
2011-12-31Bug #1368 - check all members of a users gruop against the access listAdam
2011-12-27Made capab management a bit simplierAdam
2011-12-20Updated /bs info output and note db_sql can truncate entire databasesAdam
2011-12-19Fixed botserv kickersAdam
2011-12-19Fixed formatting of many lists and INFO outputsAdam
2011-12-17Fixed entry messages not displaying.lethality
2011-12-17Fixed a slight error in email registration/resend and some minor typos.lethality
2011-12-15Fixed access comparatorsAdam
2011-12-05Bug #1364 - fixed crash in /cs kickAdam
2011-11-25Remove send_cmd and replace it with a stringstreamAdam
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-17Fixed storing mode locksAdam
2011-11-16Fixed compile errorAdam
2011-11-08WindowsAdam
2011-11-05Remove xlines from the IRCd aswell as from our list when the clear command is...Adam
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 sessio...Adam
2011-11-01Clarify the message when users try to lock modes they don't have access to lockAdam
2011-10-27Bug #1350 + other related fixesAdam
2011-10-26Bug #1347, fixed incorrect param parsing in cs_set_miscAdam