summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-10Default some listmax config settings to 50Adam
2013-08-10Add os_infoAdam
2013-08-08Fix logging LOG_NORMAL logs in m_sqllog. Fix/add more compat extensible ↵Adam
items to ChannelInfo::Unserialize
2013-08-07Add certificate fingerprint support for ngIRCdFederico G. Schwindt
2013-08-07Revert "Shrink to fit module event vectors when modules are removed from them"Adam
Sometimes the events call the function the event is in, which causes a resize while the original function is iterating. This reverts commit 7f1b5552dc4ddccb688120d66946601fa695b650.
2013-08-07Fix db_sql to not remove objects when shutting down, as some modules that ↵Adam
unload before it when shutting down remove their items then
2013-08-07Shrink to fit module event vectors when modules are removed from themAdam
2013-08-07Add m_sql_logAdam
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 build on late versions of cmake 2.4Adam
2013-07-26Fix issues with 'Me' related to previous commitAdam
2013-07-26Interally quit servers when jupedAdam
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