summaryrefslogtreecommitdiff
path: root/modules/commands
AgeCommit message (Expand)Author
2013-08-29Fix ns_ajoin on unregisterd +i channelsAdam
2013-08-27Move Serialize::Types to construct after the corresponding extensible items t...Adam
2013-08-26Log parameters given to /cs mode set. Add logging to /os ignore.Adam
2013-08-26Fix status mlocks. Fix reply from lock add.Adam
2013-08-25Remove unnecesary mlock code in cs_mode, change mode set events to never boun...Adam
2013-08-25Create persistent channels on startup, which used to work and got lost somewhereAdam
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
2013-08-22Do not have cs_access try to represent non levels access entries as levels ac...Adam
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 didn...Adam
2013-08-01Add keepmodes settingAdam
2013-08-01Use MessageSource as the source for many IRCDProto funcsAdam
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
2013-07-21More validation stuff from fgsAdam
2013-07-21Move SendLogin() back to User::Identify, it was moved at some point? but does...Adam
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 wa...Adam
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 i...Adam
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 events,...Adam
2013-07-01Change extensible keys to require explicitly having a type defined for it. Co...Adam
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
2013-05-31Fix /hs waitingAdam
2013-05-27Initially attach all modules to all events, and detach them as the events are...Adam
2013-05-26Get rid of the remaining references in the core to specific services. Move mo...Adam
2013-05-18Give botserv bots assigned by persist the same botmodes as normal bots, fix s...Adam