summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2013-05-18Fix Windows buildAdam
2013-05-17Add Redis database supportAdam
2013-05-17Removed some hard coded command names in help outputAdam
2013-05-08Fixed some issues and desyncs with creating empty permanent channels on start...Adam
2013-05-08Make sockaddrs/cidr not throw on invalid ips to give us an easier/cheaper way...Adam
2013-05-05The const char* specialization of this no longer worksAdam
2013-05-05That doesn't work either, just don't use references.Adam
2013-05-05Move module header files to include/modules to fix naming conflicts with syst...Adam
2013-05-05Fix WindowsAdam
2013-05-05Cache timeoutcheck and fix a typo in example.confAdam
2013-05-05Add an option to sepstream to allow it to return empty tokens if multiple sep...Adam
2013-05-05Cleanup of dns stuff based on stuff found making inspircd's moduleAdam
2013-05-05Rework the config file reader to be much more flexible and move many configur...Adam
2013-04-14Allow assigning service bots via /inviteAdam
2013-04-11Remove the need for having to set syntax to "" for commands with no syntaxAdam
2013-04-11Pass new config and the new config reader to the OnReload event, aswell as ca...Adam
2013-04-10Move some of the modules in extras/ that arent really extra out of extras. Ma...Adam
2013-04-09Made privilege names case insensitiveAdam
2013-04-09Add a default method for user's SendModeInternalAdam
2013-04-08Made XOP privileges configurableAdam
2013-04-08Check the channel secure option isn't set in ChannelInfo::AccessFor tooAdam
2013-04-08Made auto* chanserv privileges not hard coded.Adam
2013-04-07Optimizations of much of the more commonly used codeAdam
2013-04-06Remove the runtime module directory on non-windows because we no longer overw...Adam
2013-03-31Add networkinfo:modelistsize config option to set the max size of b/e/I listsAdam
2013-03-30Merge usefulness of Timer and CallBack classes into Timer, and fix it to real...Adam
2013-03-30Add /bs set banexpire command to configure if/when botserv bans expireAdam
2013-03-22Merge remote branch 'attila/1.9+timermanager' into 1.9Adam
2013-03-20Improve TimerManagerattilamolnar
2013-03-20Check that channels still exist before nulling their ci pointer in channelinf...Adam
2013-03-15Allow autokicking real names, extbans, and channelsAdam
2013-03-13Refactor mask/entry code, allow full matching (against users real host/ip) if...Adam
2013-03-10Identify requests hold command sources and users can disconnect between the r...Adam
2013-03-01Fix Windows buildAdam
2013-02-24On startup check all object typesAdam
2013-02-22Made FindService less dumb and able to do aliases to aliasesAdam
2013-02-19Allow /os mode clear [all] to unset modes, similar to old clearmodesAdam
2013-02-15Store hashes of the last commit instead of the last commitAdam
2013-02-14Switch Destroy methods to deleteAdam
2013-02-14This Serialize::Destroy method isn't actually needed anymore. Fixes weirdness...Adam
2013-02-14Made chanserv/unban with no parameters unban you in every channel you have ac...Adam
2013-02-14Fix CommandCSMode::CanSet letting everyone set voiceAdam
2013-02-14Store what channels have references to accounts in NickCore to prevent having...Adam
2013-02-14Make NickCore::aliases a vectorAdam
2013-02-05Made access del by nick and other functions from 326f1a really delete objectsAdam