summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-07-23Make ChannelModeStatus level mandatoryFederico G. Schwindt
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-21More basic config validation, and fix crash when no uplinks are configured. s...Adam
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 does...Adam
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 wa...Adam
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
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 sp...Adam
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 i...Adam
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 events,...Adam
2013-07-01Change extensible keys to require explicitly having a type defined for it. Co...Adam
2013-06-30m_mysql: handle multiple result sets returned from multiple statements or pro...DukePyrolator
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 usestrictp...Adam
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 u...Adam
2013-06-18fixed a typo in the last commit. sorry.DukePyrolator