]> jfr.im git - irc/quakenet/newserv.git/shortlog
irc/quakenet/newserv.git
2008-03-25  splidgeAdd code to CLEANUPDB to remove chanlev entries with...
2008-03-25  splidgeSETQUITREASON had the wrong handler.
2008-03-25  splidgeUpdate "last used" value for channel if a user auths...
2008-03-25  splidgeFixed getsstring() without a length parameter.
2008-03-25  splidgeAdded quit reason on module unload support.
2008-03-25  splidgeUpped the channel expiry timeout to 40 days.
2008-03-25  splidgeMade DELUSER developer only.
2008-03-24  splidgeFixed summary for ADDUSER.
2008-03-24  splidgeFixed help for USERS command.
2008-03-24  splidgeIncreased argument count for Q version of chansearch...
2008-03-23  splidgeMerge.
2008-03-23  splidgeMake sure that last use time gets updated, even for...
2008-03-23  Chris PorterAdd Q9 wrappers for chanserv/nicksearch.
2008-03-23  Chris PorterSome more refactoring in newsearch.
2008-03-23  Chris PorterNow I realise I broke Q9's newsearch...
2008-03-23  Chris PorterAdd contexts to display functions.
2008-03-23  Chris PorterAdd a context to all newsearch exe/parse/free functions...
2008-03-23  Chris PorterRefactor the execution functions in nicksearch.
2008-03-23  Chris PorterMerge.
2008-03-23  Chris PorterSnail modification, also add help url to challenge...
2008-03-22  splidgeUpdated SPEWDB to match old Q's functionality.
2008-03-22  splidge(hopefully) restored old autolimit semantics.
2008-03-22  splidgeAdded some things to chanserv_newsearch.
2008-03-22  splidgeUse the local variables rather than the rcp members...
2008-03-22  splidgeIf someone specifies flags to adduser, don't try and...
2008-03-22  splidgeMake sure the channel exists before doing anything...
2008-03-22  Chris PorterFix auth attempt warnings.
2008-03-22  Chris PorterMERGE
2008-03-22  Chris PorterAdd suspension display to whois.
2008-03-22  splidgeMerge.
2008-03-22  splidgeChanged SUSPENDUSERLIST to have the semantics stated...
2008-03-22  splidgeMerge again. Maybe if I push then I won't have to...
2008-03-22  Chris PorterAdd more snails.
2008-03-22  splidgeMerge.
2008-03-22  Chris PorterAdd snails command.
2008-03-22  Chris PorterFix some typos in help.
2008-03-22  splidgeAdded E to authtracker queries to suppress warnings...
2008-03-22  Chris PorterFix typo in dbapi.
2008-03-22  Chris Portermatch() has funny semantics...
2008-03-22  Chris PorterSwitch match order around in maillock.
2008-03-21  Chris Porter1.00!
2008-03-21  Chris PorterFix delayed glines when unsuspended, also fix logic...
2008-03-21  Chris PorterSQLite support is now complete, if it returns busy...
2008-03-20  Chris PorterRefactor sqlite code in preparation for proper scheduli...
2008-03-20  Chris PorterShouldn't regexgline shouldn't target opers/services.
2008-03-20  splidgeMade CHANFLAGS display the "nothing changed" message...
2008-03-20  splidgeBumped version to 1.00-RC3 and disabled some commands.
2008-03-20  splidgeMade sure we don't call strncpy with a negative length.
2008-03-20  splidgeADDCHAN now accepts a 5th parameter indicating the...
2008-03-19  splidgeFixed sqlite so it doesn't core when loading tables.
2008-03-19  splidgeAdd a backoff if sqlite returns busy (seems to be buggy...
2008-03-19  splidgeRemoved some of the duplicated code and brace forests...
2008-03-19  splidgeDon't duplicate work for +k chanmode - cs_banuser alrea...
2008-03-19  splidgeChanged some more nickbanned() to nickbanned_visible...
2008-03-19  splidgeMust.. Compile.. Before.. Commit..
2008-03-19  splidgeChanged chanserv to use the "visible" versions of the...
2008-03-19  splidgeAdded nickbanned_visible() and nickmatchban_visible().
2008-03-19  Chris PorterSQLite now has sync off!
2008-03-19  Chris PorterConfigure script now lets you select your database...
2008-03-19  Chris PorterAdd support for a database abstraction layer (dbapi).
2008-03-18  Chris PorterRemove static stuff as it's no longer needed.
2008-03-18  Chris PorterCan now do substitutions inside others.
2008-03-18  Chris PorterMerge.
2008-03-18  Chris PorterAdd configurable substitutions to configure in order...
2008-03-18  splidgeAdded "+q" userflag for generic "QuakeNet staff".
2008-03-18  Chris PorterRemove the ability for opers to set gline/delayed gline...
2008-03-17  splidgeOoops. That's why you run code before committing it.
2008-03-17  Chris PorterMerge.
2008-03-17  Chris PorterFix static linking and buildid.
2008-03-17  splidgeAdd support for "none" to remove chanmode setting.
2008-03-17  splidgeAdded clean_key() call to forcemode. This should sanit...
2008-03-17  splidgeAdded clean_key() to the routines that can originate...
2008-03-17  splidgeAdded clean_key() function. We are trusting ircu so...
2008-03-17  Chris PorterNOW IT'S GONE
2008-03-17  Chris PorterForgot about the .h file.
2008-03-17  Chris PorterClearup some uninitialised variables.
2008-03-17  Chris PorterMerge.
2008-03-17  Chris Porterpgsql is now optional for lua.
2008-03-17  Chris PorterAdd config.h support
2008-03-17  Chris PorterForgot authtracker file.
2008-03-17  Chris PorterFew renames of files for new build system.
2008-03-17  Chris PorterMove nterfacer_spamscan2 to spamscan2.
2008-03-17  Chris PorterAdd local configure configuration file support.
2008-03-17  Chris PorterGeoIP needs distclean.
2008-03-17  Chris PorterGeoIP moved around a bit, also a few bits of cleanup...
2008-03-17  Chris PorterNeed to add Q9's build makefile, also mercurial seems...
2008-03-17  Chris PorterHuge cleanup of configure, seperate out configuration...
2008-03-17  Chris PorterLarge reorganisation of all Makefiles, including new...
2008-03-16  Chris PorterRedo BUILDID stuff for pmake.
2008-03-16  Chris PorterUse includes in all makefiles.
2008-03-16  Chris PorterAdd a configure script and simplify the build process.
2008-03-16  Chris PorterAdd a configure script to newserv.
2008-03-16  Paulsstring leaks
2008-03-16  Chris PorterRearchitecture makefiles, stage 1.
2008-03-16  Chris PorterFix batcher for new schema.
2008-03-16  Chris PorterAdd u format specifier to q9snprintf, cleanup the code...
2008-03-15  splidgeMerge.
2008-03-15  splidgeMoved all chanserv tables into schema "chanserv".
2008-03-15  splidgeFixed problem where you could set silly limits via...
2008-03-15  splidgeMerge.
next