summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-12-25Cleanup after os_dns on unloadAdam
2012-12-25Don't check userlimit when servers first connect, servers wont have any users...Adam
2012-12-25Fix linking libraries so their rpath is set correctly and isn't stripped on i...Naram Qashat
2012-12-25packet->answers isnt always empty initially, like with axfrsAdam
2012-12-24We can svsjoin on plexusAdam
2012-12-23Allow os_dns to manage multiple zonesAdam
2012-12-22Combine all of the set modules now that having them split apart is almost com...Adam
2012-12-22Fixed memo mail messages, and allow %N to be in them. Bug #1462Adam
2012-12-19Add a command flag to require that a user is executing the commandAdam
2012-12-19Add version flags for debug, git, and WindowsAdam
2012-12-19Having these references to bots bugged out older compilers, so simplify this ...Adam
2012-12-18Fixed typo in b6407afa06917910732966ea3c49ac4bd7850fe4Adam
2012-12-15Allow escaping brackets in webpanel templates and redirect users to the homep...Adam
2012-12-15Made all langauges default to the UTF-8 charsetAdam
2012-12-15Fix chghost/chgident/etc on inspircd20Adam
2012-12-15Merge pull request #2 from czaks/conv-languages-to-utf-8/1.9Adam
2012-12-15Convert the language files to utf-8 encoding.Marcin Łabanowski
2012-12-15Fix the language files to state the correct charset.Marcin Łabanowski
2012-12-15Check for NOJOIN being < 0 but restricted on in db_oldAdam
2012-12-15Move DNS handling to a moduleAdam
2012-12-14Fixed some html errors in the last commitAdam
2012-12-14Allow opers to drop channelsMatthewM
2012-12-13Optimize much of the database code and serialize code.Adam
2012-12-12Unregister operserv_akill page on unload in cpanelAdam
2012-12-12Only allow non-user sources to register nonexistant channelsAdam
2012-12-12Some small improvements to last few commits, and fixed some problems with the...Adam
2012-12-12Squashed commit of the following:Adam
2012-12-12Fixed webpanel fail on nondebug buildsAdam
2012-12-11IsNickValid() now accepts '[' and ']' in the nicknameDukePyrolator
2012-12-09added a missing permission for operserv/global to the Services Administrator ...DukePyrolator
2012-12-09fixed a problem with the webcpanel logout when using apache + mod_proxyDukePyrolator
2012-12-09fixed a log message showing the wrong IPDukePyrolator
2012-12-07Modified the Config scripts to ask the user explicitly for additional include...Naram Qashat