summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2013-07-01Change extensible keys to require explicitly having a type defined for it. Co...Adam
2013-06-19Don't enforce usestrictprivmsg on TS6 IRCds and cache the value of usestrictp...Adam
2013-06-19Set vhosts when users id to an account (and not a nick), add account arg to u...Adam
2013-06-12Allow users to change their language to english when the default language is notAdam
2013-06-01Move OnJoinChannel event to trigger after the user has completely joined and ...Adam
2013-06-01Move CheckKick event to Channel and make os_forbid use it instead of kicking ...Adam
2013-05-28Include <iterator> in services.h as now more than one file uses itAdam
2013-05-28Fixup last commit. We have events in log's destructor so we cant log messages...Adam
2013-05-27Initially attach all modules to all events, and detach them as the events are...Adam
2013-05-26Get rid of the remaining references in the core to specific services. Move mo...Adam
2013-05-25Give an error message when the configuration file ends with an unterminated b...Adam
2013-05-18Add botserv bot usermode config optionAdam
2013-05-18Add a config option for the default log botAdam