summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-23Add missing KeySet() func to SQL::DataAdam
2013-01-22Fix some compile errorsAdam
2013-01-22Add hidenetsplitquit config option to not show splits in /ns info's last quit...Adam
2013-01-22Fixed few minor typoslethality
2013-01-22Move channel mode set and unset events to be after the action has been done i...Adam
2013-01-22Fix crash trying to unset the permanent channel mode during channel syncs of ...Adam
2013-01-21Merge usefulness of Flags and Extensible classes into Extensible, made most f...Adam
2013-01-21Really fix Channel::GetModesAdam
2013-01-21Revert "Fix Channel::GetModes, we can never have a negative mode set on a cha...Adam
2013-01-21Fix Channel::GetModes, we can never have a negative mode set on a channel so ...Adam
2013-01-21Allow channels that have users in them that are not the access list to expire...Adam
2013-01-21Fix not logging debug info to the logfile when debug mode is enabledAdam
2013-01-21Fix defcon timeout timerAdam
2013-01-21removed old cs_modes fantasy{} command blocksDukePyrolator
2013-01-20removed loading of ns_set_chanstats and cs_set_chanstats from the chanstats.e...DukePyrolator
2013-01-13Allow grouping commands to make help output easier to comprehendAdam
2013-01-13Add svsjoin and svspart commandsAdam
2013-01-13Allow ns_set_misc/cs_set_misc to have configurable help descriptionsAdam
2013-01-13Allow the config parser to skip over gettext's _() to allow translating confi...Adam
2013-01-12check if the database exists before we try to backup itDukePyrolator
2013-01-09Update copyright to 2013. This was done with:Adam
2013-01-08Use m_rewrite to rewrite op, deop, halfop, ... etcAdam
2013-01-07Track +g on inspircd, fix saving/loading mode locks for generic modesAdam
2013-01-06Fix deleting access by numberAdam
2013-01-06Buggy compilers are buggyAdam
2013-01-06And really check for them using ssl...Adam
2013-01-06Fixed enforce ssl to not ban users if the channel is ssl onlyAdam
2013-01-06Fix fmode handling on inspircd20Adam
2013-01-05Add sslonly, bans, and limit to /cs enforceAdam
2013-01-03Fixed os_dns not readding connected servers if configuredAdam
2013-01-03Move enforcer checks on nick and logout to nickserv.cppAdam
2013-01-03Don't delete users immediately when quit or killed, instead wait until messag...Adam
2013-01-02Move nickserv validate stuff to an event in nickserv.cppAdam
2012-12-30Evidently not specifying NOT NULL is not enough to allow null timestampsAdam
2012-12-29Cleanup after mode locks, badwords, akick, access, if destructedAdam
2012-12-29Remove clearuser references from configsAdam
2012-12-28Move some of CheckKick to the respective modulesAdam
2012-12-28Dumb iteratorsAdam
2012-12-28fixup part of 379b2c, dont use iterators after theyre erasedAdam
2012-12-28Use the same object for chanusercontainer and userchancontainerAdam
2012-12-28The timestamp column in SQL should actually be null sometimes, and fixed some...Adam
2012-12-27Merge pull request #4 from alexbarton/ngircd-fix-NJOINAdam
2012-12-27ngircd protocol module: Fix NJOIN, actually join users to the channelAlexander Barton
2012-12-27When processing many modes don't enforce mlock until all are setAdam
2012-12-27Add an expiry option to /cs banAdam
2012-12-27Remove clearusers. There is still kick * for this.Adam
2012-12-27Put appendtopic and topiclock into /cs topicAdam
2012-12-26Add register type to os_forbid to prevent users from registering nicks or cha...Adam
2012-12-25Clean up the logic in adding extra library directories, adding to LDFLAGS isn...Naram Qashat
2012-12-25Allow modules loaded after startup to magically reobtain their database objec...Adam