summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-01-21Unbreak account stuff from commit ccae59430ab50393f43ccc38a6a6c0c24191b601.Adam
2014-01-09Make DNSBL log message use the module type and give it a category tooAdam
2014-01-02Have db_old load news.db tooAdam
2014-01-01Update copyright to 2014. This was done with:Adam
2013-12-19Don't leak opers and opertypes on /os reload, fix not updating opertypes on n...Adam
2013-12-19Fix a few commands not being able to find non conf opersAdam
2013-12-14irc2sql: improved handling of netsplitsDukePyrolator
2013-12-01Fix crash from loading exceptions with db_old and then unloading db_oldAdam
2013-11-01Attempt #3Adam
2013-11-01Compare access entries created with the levels access system by access level ...Adam
2013-10-28Fix some typos and touch up the configs a little.Robby-
2013-10-26new event OnSetDisplayedHostDukePyrolator
2013-10-19Fix some typos of languageAdam
2013-10-05Fix Windows buildAdam
2013-09-27Replace this silly random code generation code with something more sane lookingAdam
2013-09-27Fix compile warnings and errors found by clangAdam
2013-09-27Translate listformatter properlyAdam
2013-09-27Fix typos, remove dead language defines.Robby-
2013-09-27Drop matching channels on forbid, and enforce nick forbids even on IRCdsAdam
2013-09-20Readonlyize many commandsAdam
2013-09-20Merge the two memo del events into one. Since they had the same name it was c...Adam
2013-09-19Make os_session akill ip ranges and not individual user's ipsAdam
2013-09-16Remove static variables from functions in modules which causes them to be mar...Adam
2013-09-03Cap mode stacker max line lengthAdam
2013-08-31add vhost support for hybridDukePyrolator
2013-08-25Create persistent channels on startup, which used to work and got lost somewhereAdam
2013-08-23Remove webpanel:ssl configuration option because its dumbAdam
2013-08-12Fix some issues with suspendAdam
2013-08-11Remove channels from accesss lists when they expire/dropAdam
2013-08-11Add DNS Notify supportAdam
2013-08-10Support DNS ANY query typeAdam
2013-08-07Revert "Shrink to fit module event vectors when modules are removed from them"Adam
2013-08-07Shrink to fit module event vectors when modules are removed from themAdam
2013-08-07Add m_sql_logAdam
2013-08-01Add keepmodes settingAdam
2013-08-01Use MessageSource as the source for many IRCDProto funcsAdam
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-23Make ChannelModeStatus level mandatoryFederico G. Schwindt
2013-07-21Move SendLogin() back to User::Identify, it was moved at some point? but does...Adam
2013-07-20Fix more compile warnings found on newer g++ versionsAdam
2013-07-20Fix not setting the correct compile flags on modules and fix the resulting wa...Adam
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-07Move op/deop/etc back to an actual command, its too hard to use cs_log with i...Adam
2013-07-08added protocol support for incoming NOTICEsDukePyrolator
2013-07-05Only set stuff in ExtensibleUnserialize if there is something to setAdam
2013-07-04Fix deleting mode locksAdam
2013-07-03Allow channels on access listsAdam
2013-07-03Fix some warnings and errors reported by valgrindAdam