summaryrefslogtreecommitdiff
path: root/modules/commands
AgeCommit message (Collapse)Author
2013-08-25Show what kind of nick protection is enabled in /ns infoAdam
2013-08-25Add logging to several operserv commandsAdam
2013-08-25Save unconfirmed status and passcodes in the database.Adam
Fix db_sql_live to not reinsert all records if there are extra columns. Plexus has no chmode +r
2013-08-22Do not have cs_access try to represent non levels access entries as levels ↵Adam
access entries. Sometimes it cant accurately be done and it confuses people.
2013-08-21Make maxaliases=0 really mean no limitAdam
2013-08-14Replace some get calls on <bool> extenisble types with hasextAdam
2013-08-14Do not default mlock +r, it is unnecessray and only clutters up the mlock listAdam
2013-08-12Fix some issues with suspendAdam
2013-08-11Add DNS Notify supportAdam
2013-08-10Support DNS ANY query typeAdam
2013-08-10Add "simple seen" mode to cs_seenAdam
2013-08-10Default some listmax config settings to 50Adam
2013-08-10Add os_infoAdam
2013-08-07Fix inspircd jupe mess again, it wasn't working when juping servers that ↵Adam
didn't already exist
2013-08-01Add keepmodes settingAdam
2013-08-01Use MessageSource as the source for many IRCDProto funcsAdam
Keep track of what user modes are oper only/server only/etc
2013-07-29Move chanstats stuff to stats/Adam
2013-07-26Rethink jupe/squit thing somewhat. Workaround for the inspircd rsquit/squit messAdam
2013-07-26Fix issues with 'Me' related to previous commitAdam
2013-07-26Interally quit servers when jupedAdam
2013-07-22Squashed commit of the following from Federico G. Schwindt <fgsch@lodoss.net>:Federico G. Schwindt
Date: Mon Jul 22 22:40:07 2013 +0100 Correct pasto Use proper name for included file. Date: Mon Jul 22 22:30:23 2013 +0100 Indent defaults Date: Mon Jul 22 22:28:50 2013 +0100 Correct option name signkicklevel is really signkick_level. Date: Mon Jul 22 22:25:24 2013 +0100 Ensure some of the options are persisted Correct type for memo_signon, memo_receive, memo_mail and memo_hardmax so they're serialized. Date: Mon Jul 22 22:23:36 2013 +0100 Add missing newline plus additional suggestions from fgs
2013-07-21More validation stuff from fgsAdam
2013-07-21Move SendLogin() back to User::Identify, it was moved at some point? but ↵Adam
doesn't as intended in ::Login
2013-07-20Change cs_xop access check to use command orderAdam
2013-07-20Fix not setting the correct compile flags on modules and fix the resulting ↵Adam
warnings
2013-07-20Fix restoring topics on uplink syncAdam
2013-07-20Fix unserializaing seeninfosAdam
2013-07-14Fix deleting seeninfosAdam
2013-07-08Fix deleting badwords/modes/logs etcAdam
2013-07-08Fix loading some older compat flags and showing noexpire on /ns infoAdam
2013-07-07Move op/deop/etc back to an actual command, its too hard to use cs_log with ↵Adam
it as rewrites. Allow cs_log to work with either command names or service names.
2013-07-05Fix ns_set_misc and cs_set_miscAdam
2013-07-04Allow access and flags to take privilege namesAdam
2013-07-03Allow channels on access listsAdam
2013-07-03Fix some warnings and errors reported by valgrindAdam
2013-07-02Fix a few issues found by Attila (invalid array access in channel set ↵Adam
events, os_chankill inf loop)
2013-07-01Change extensible keys to require explicitly having a type defined for it. ↵Adam
Completely modularize more features like bs_kick, entrymsg, log, mode, etc. Move fantasy to its own module. Move greet to its own module.
2013-06-18checking for ssl users when ajoining ssl only channels on inspircd, fixes 1466DukePyrolator
2013-06-12Allow users to change their language to english when the default language is notAdam
2013-06-01Move CheckKick event to Channel and make os_forbid use it instead of kicking ↵Adam
users in the join event, which does bad things
2013-05-31Fix /hs waitingAdam
2013-05-27Initially attach all modules to all events, and detach them as the events ↵Adam
are run if they are not implemented per module
2013-05-26Get rid of the remaining references in the core to specific services. Move ↵Adam
more stuff out of the core to the proper modules.
2013-05-18Give botserv bots assigned by persist the same botmodes as normal bots, fix ↵Adam
some typos, remove unused variable
2013-05-18Fix desync when empty permanent channels are dropped on ircds that no have ↵Adam
permanent channel mode
2013-05-17Removed some hard coded command names in help outputAdam
2013-05-08Fixed some issues and desyncs with creating empty permanent channels on ↵Adam
startup & dropping empty channels
2013-05-08Check for peace being on before denying a mode change in cs_modeAdam
2013-05-08Allow using sxlines on ircds that do not support them, since we always ↵Adam
enforce them anyway
2013-05-08Fix suspend info output in info and improved itAdam