summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-22Fix previous commitAdam
2013-08-22Always set +o on users who have access for it, even if higher modes have a ↵Adam
prefix
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-21Update readme moreAdam
2013-08-21Update readmeAdam
2013-08-21Merge pull request #19 from Phr33d0m/1.9Adam
A completely rewritten Control Panel
2013-08-22Fix a typo and remove unnecessary 'effects'n0kS Phr33d0m
2013-08-22A completely rewritten Control Panel using some bootstrapping, jquery and ↵n0kS Phr33d0m
lots of CSS
2013-08-22Nuking the old design with firen0kS Phr33d0m
2013-08-22Fix incorrect GET method as we are submitting POST datan0kS Phr33d0m
2013-08-21Always require the registered channel mode is set. Comment out default ↵Adam
config requiring "r" as some ircds use it for registered users only
2013-08-21Make maxaliases=0 really mean no limitAdam
2013-08-18Fix not setting vhost on nickserv updateAdam
2013-08-17Fix 318 raw being sent for uids on ts6 ircdsAdam
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-12Respond to remote whois on inspircd for users on us that aren't service botsAdam
2013-08-12Use less strict valid ident checks on hybrid, unreal, and inspircdAdam
2013-08-11Remove channels from accesss lists when they expire/dropAdam
2013-08-11Fix chanserv opersonly settingAdam
2013-08-11Add DNS Notify supportAdam
2013-08-11Fix cs_kee_pmodes defaultAdam
2013-08-11Fix chghost on charybdisAdam
2013-08-10Support DNS ANY query typeAdam
2013-08-10Do not have ratbox or plexus pull modes from hybrid, it is entirely too ↵Adam
confusing. Also fix cs_mode config
2013-08-10Add "simple seen" mode to cs_seenAdam
2013-08-10Merge pull request #18 from fgsch/1.9Adam
Add certificate fingerprint support for ngIRCd
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