summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-23Merge pull request #17 from fgsch/1.9Adam
Fix levels on the ngircd module
2013-07-23Make ChannelModeStatus level mandatoryFederico G. Schwindt
Levels are used in Channel::SetCorrectModes() when removing modes.
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-21More basic config validation, and fix crash when no uplinks are configured. ↵Adam
spotted by fgs
2013-07-21Fix m_ldap service names from defaulting ldap/ldap/mainAdam
2013-07-21Move SendLogin() back to User::Identify, it was moved at some point? but ↵Adam
doesn't as intended in ::Login
2013-07-20Fix removing old connections in m_ldap and m_mysqlAdam
2013-07-20Fix more compile warnings found on newer g++ versionsAdam
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-19added whois support to the ngircd protocol module, thanks to fgs for sending ↵DukePyrolator
the patch
2013-07-19some updates to the german langfile, thanks to kaylee for translatingDukePyrolator
2013-07-15Default xlines to be set by meAdam
2013-07-15Fix ModeManager::GetStatusCharAdam
2013-07-14Fix deleting seeninfosAdam
2013-07-14Fix Extensible<bool>::Set with a value (which is redundant due to the bool ↵Adam
specailization)
2013-07-08Fix deleting badwords/modes/logs etcAdam
2013-07-08Fix loading some older compat flags and showing noexpire on /ns infoAdam
2013-07-08added missing NOTICE support to hybrid. sorryDukePyrolator
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-07Wipe services's module dir prior to make installAdam
2013-07-08added protocol support for incoming NOTICEsDukePyrolator
2013-07-08m_dnsbl: updated the url to DroneBL in modules.example.confDukePyrolator
2013-07-05Only set stuff in ExtensibleUnserialize if there is something to setAdam
2013-07-05Fix sometimes not unloading all modules on shutdownAdam
2013-07-05Fix ns_set_misc and cs_set_miscAdam
2013-07-04Read most of the old common flags for compatAdam
2013-07-04Fix deleting mode locksAdam
2013-07-04Fix Extensible dtorAdam
2013-07-04Allow access and flags to take privilege namesAdam
2013-07-04Fix rehashing via SIGHUP and m_mysqlAdam
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-30m_mysql: handle multiple result sets returned from multiple statements or ↵DukePyrolator
procedure calls
2013-06-22added the missing accessmax option to the ns_cert configuration blockDukePyrolator
2013-06-22pseudoclients now trigger OnJoinChannel and OnPartChannelDukePyrolator
2013-06-22added support for CertFP on hybridDukePyrolator
2013-06-19Don't enforce usestrictprivmsg on TS6 IRCds and cache the value of ↵Adam
usestrictprivmsg
2013-06-19Removed inspircd 1.1 reference from conf. Corrected a few spelling issues.KindOne
2013-06-19Set vhosts when users id to an account (and not a nick), add account arg to ↵Adam
user ctor to ease handling users who connect already identified
2013-06-18fixed a typo in the last commit. sorry.DukePyrolator
2013-06-18added support for hybrids new umode +S (client is connected via SSL/TLS)DukePyrolator
2013-06-18checking for ssl users when ajoining ssl only channels on inspircd, fixes 1466DukePyrolator
2013-06-15Fix cidr::match with odd cidr rangesAdam
2013-06-15added an 'extras' script to enable/disable extra modules before compileDukePyrolator