summaryrefslogtreecommitdiff
path: root/modules/commands
AgeCommit message (Collapse)Author
2012-12-28Use the same object for chanusercontainer and userchancontainerAdam
2012-12-27Add an expiry option to /cs banAdam
2012-12-27Remove clearusers. There is still kick * for this.Adam
2012-12-27Put appendtopic and topiclock into /cs topicAdam
2012-12-26Add register type to os_forbid to prevent users from registering nicks or ↵Adam
channels
2012-12-25Allow modules loaded after startup to magically reobtain their database ↵Adam
objects. Fix os_dns for sql(live)
2012-12-25Cleanup after os_dns on unloadAdam
2012-12-25Don't check userlimit when servers first connect, servers wont have any ↵Adam
users at that point anyway
2012-12-25packet->answers isnt always empty initially, like with axfrsAdam
2012-12-23Allow os_dns to manage multiple zonesAdam
2012-12-22Combine all of the set modules now that having them split apart is almost ↵Adam
completely pointless
2012-12-19Add a command flag to require that a user is executing the commandAdam
2012-12-15Move DNS handling to a moduleAdam
2012-12-13Optimize much of the database code and serialize code.Adam
2012-12-12Only allow non-user sources to register nonexistant channelsAdam
2012-12-12Squashed commit of the following:Adam
commit 317ead6b395237fd0fcf8a39ef028404fcd0ece2 Author: MatthewM <mcm@they-got.us> Date: Tue Dec 11 02:14:06 2012 -0500 Added the HostServ link to the navigation bar commit 6b15d7fc5e68809f282f5d8597f5bc198851b41c Author: MatthewM <mcm@they-got.us> Date: Tue Dec 11 01:58:18 2012 -0500 Correct some slight over sights that was missed eariler commit b356a46789fabe4f69af8739e721bc069aa7a348 Author: MatthewM <mcm@they-got.us> Date: Mon Dec 10 23:44:51 2012 -0500 Started work on adding HostServ to the web panel
2012-12-02Only bad-password users when the account theyre trying to identify for ↵Adam
actually exists
2012-11-30Allow modules to use the encryption modules to encrypt arbitrary things.Adam
Made enc_old depend on enc_md5. Allow not loading any encryption modules if you want to only use an external mechanism. Removed ns_sendpass since it's just a bad idea.
2012-11-26Keep track on what ircds we can svsjoin, add an svspart methodAdam
2012-11-25Restrict the length of kick reasons in cs_kick, cs_ban, and cs_akickAdam
2012-11-25Merge ns_ghost, ns_recover, and ns_release. Fix svskilling users on Unreal.Adam
2012-11-23Change the return type of ircdmessage to void now that we don't use it, add ↵Adam
an ircd message module event, and a few more fixups
2012-11-22Pretty large coding style cleanup, in source docAdam
cleanup, and allow protocol mods to depend on each other
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-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-07Update bi->lastmsg in cs_log when something is logged via privmsgAdam
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-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-05Catch the exception from /os session view invalidipAdam
2012-11-02cs_seen: do not read duplicate SeenInfo entries from the databaseDukePyrolator
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 os_logsearch search oldest logs first so the newest entries are at the ↵Adam
bottom of the list
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-29Only show mode lock in /cs info if there really is a mode lockAdam
2012-10-29Fix formatting fail in cs_statusAdam
2012-10-29Readd cs_statusAdam
2012-10-27Add a module log typeAdam
2012-10-25Fixed two memory leaks in cs_seenAdam
2012-10-24Made access provider modules permanent. They don't cleanup their access ↵Adam
entries currently and if they did it would delete them.
2012-10-24BIND's forward ability did not work as I expectedAdam
because it will not forward non recursive queries. So, added support for SOA, NS, and AXFR requests.
2012-10-22Cleanup of last few commits/warning fixAdam
2012-10-22Add os_dns, a way to control your DNS zone via servicesAdam
2012-10-15Actually show the correct number of entries on /os logsearch outputAdam