]> jfr.im git - irc/quakenet/newserv.git/shortlog
irc/quakenet/newserv.git
2014-04-15  Thomas Saderglines: Fix that the block command ignores -c.
2014-04-13  Chris PorterCHANSERV: default flags for relay addchan now +abfjpt.
2014-03-22  Chris PorterMerge chanserv-live into default.
2014-03-20  Thomas Sadera4stats: Fix cleanup interval to be one day.
2014-03-11  Thomas Sadera4stats: Show module name in cleanup notices (+a).
2014-03-10  Thomas SaderDelete data for channels that have been disabled for...
2014-03-10  Gunnar Beutnera4stats: Fix getuserrelations query.
2014-03-09  Thomas SaderDeactivate eventless channels after 30 days.
2014-03-09  Thomas SaderPeriodically clean up old topics and kicks.
2014-03-09  Thomas SaderAdd a new notice flag for automated cleanup notices...
2014-03-09  Thomas SaderFix a segfault when unloading a4stats_db.
2014-03-08  Gunnar Beutnera4stats: Clean up some of the queries.
2014-03-08  Gunnar Beutnera4stats: Fix incorrect joins.
2014-03-06  Thomas Saderlua: Adds a nickpusher.isservice to check whether a...
2014-03-04  Gunnar Beutnera4stats: Implement social graphs.
2014-03-02  Gunnar Beutnera4stats: Added DB queries for the search bar.
2014-03-01  Gunnar Beutnera4stats: Bugfixes and updated queries for PostgreSQL.
2014-02-26  Gunnar Beutnera4stats: Speed up the DB queries.
2014-02-26  Gunnar Beutnera4stats: Fix compiler warning.
2014-02-26  Gunnar Beutnera4stats: Return 'deleted' timestamp for getchannel().
2014-02-26  Gunnar Beutnera4stats: Fix a crash in a4stats_update_user_cb.
2014-02-26  Gunnar Beutnera4stats: Add DEFAULT 0 for the channel timestamp.
2014-02-26  Gunnar Beutnera4stats: Fix incorrect query parameter.
2014-02-26  Gunnar Beutnera4stats: Added h0..h23 columns for the channels table.
2014-02-25  Gunnar Beutnera4stats: Keep track of when channels are deleted.
2014-02-25  Gunnar Beutnera4stats: Create another index for the users table.
2014-02-23  Thomas SaderRename irc matching function and change return type...
2014-02-23  Thomas SaderExport the mask matching function to lua (to match...
2014-02-23  Gunnar Beutnera4stats: Update API.
2014-02-22  Gunnar Beutnerlua: Make some of the macros safe for use in single...
2014-02-22  Gunnar BeutnerUpdate the a4stats API some more.
2014-02-22  Gunnar Beutnerlua: Don't filter events for the onkick/ontopic handlers.
2014-02-22  Gunnar BeutnerUpdate database schema and add new commands.
2014-02-21  Gunnar Beutnera4stats: Initial version.
2014-02-20  Gunnar Beutnerdbapi2: Fix result->affected for PostgreSQL.
2014-02-20  Gunnar Beutnerlua: Add unload hook.
2014-02-19  Gunnar Beutnerdbapi2: Allow prepared arguments (?) to be escaped.
2014-02-18  Gunnar Beutnerpatrol: Fix a crash in pc_check.
2014-02-18  Gunnar Beutnerlua: Implement support for registering lua functions...
2014-02-18  Gunnar Beutnerdbapi2: Keep track of affected rows for UPDATEs.
2014-02-17  Gunnar BeutnerMake some of the newsearch functions usable with other...
2014-02-17  Gunnar BeutnerFix indentation.
2014-02-17  Gunnar Beutnernewsearch: Unregister reg_whowassearch.
2014-02-17  Gunnar Beutnercontrol: Undo whoisnick change.
2014-02-16  Chris PorterCHANSERV: relay setemail now always return true if...
2014-02-16  Thomas SaderAdd temporary nickwatches and enforce expiry after...
2014-02-16  Thomas SaderFix a potential invalid memory access in iptobase64.
2014-02-16  Gunnar BeutnerMake whois functionality usable by other modules.
2014-02-14  Thomas SaderAdjust trust policy to unthrottle specific clients...
2014-02-14  Thomas SaderIntroduce a last activation property for nickwatches
2014-02-14  Gunnar Beutnerchanserv: Revert unintended change to the chanlev command.
2014-02-14  Chris PorterCHANSERV: return channel id from relay addchan.
2014-02-13  Gunnar BeutnerRename our crc32 and crc32i functions because they...
2014-02-13  Gunnar BeutnerImplement libz detection.
2014-02-13  Gunnar Beutnertrusts_policy: Fix handling socket timeouts and disconn...
2014-02-12  Chris PorterCHANSERV: add ADDCHAN relay command.
2014-02-09  Chris PorterCHANSERV: fix bug where usersearch commands reference...
2014-02-09  Gunnar BeutnerRemove superfluous checks.
2014-02-09  Gunnar Beutnernterfacer: Fix file descriptor leak.
2014-02-09  Gunnar BeutnerFix invalid variable reference in printauth().
2014-02-09  Gunnar Beutnerirc: Fix uninitialized fields in sockaddr_in.
2014-02-09  Gunnar Beutnerproxyscan: Fix file descriptor leak in createconnectsoc...
2014-02-09  Gunnar Beutnernickrate: Fix file descriptor leak in nr_handlelistenso...
2014-02-09  Gunnar Beutnernickrate: Fix file descriptor leak in nr_openlistensock...
2014-02-09  Gunnar Beutnernewsearch: Fix memory leak in registerglobalsearchterm().
2014-02-09  Gunnar Beutnerproxyscan: Fix file descriptor leak in loadcachehosts().
2014-02-09  Gunnar BeutnerFix Coverity warnings in nsfree() and nsfreeall().
2014-02-08  Gunnar Beutnerwhowas: Remove unused #define.
2014-02-08  Gunnar Beutnerwhowas: Increase the number of records we keep in memory.
2014-02-08  Gunnar Beutnernewsearch: Make the age function usable with nicksearch.
2014-02-08  Gunnar BeutnerReplace tabs with spaces.
2014-02-08  Gunnar BeutnerFix a Coverity warning about dead code.
2014-02-08  Gunnar BeutnerFix incorrect sizeof for an snprintf call.
2014-02-08  Gunnar BeutnerFix invalid sizeof for a memset call.
2014-02-08  Gunnar BeutnerMake patrol_isip() use ipmask_parse().
2014-02-08  Gunnar BeutnerFix potential null dereference in glinebufwritelog().
2014-02-08  Gunnar BeutnerRemove assert in wwc_derefchannel().
2014-02-08  Gunnar BeutnerFix incorrect for loop condition in registertgext().
2014-02-08  Gunnar BeutnerFree memory leak in ps_nick_parse().
2014-02-08  Gunnar BeutnerFix a memory leak in reportprofiles().
2014-02-08  Gunnar BeutnerFix file handle leak in glstore_loadfile().
2014-02-08  Gunnar BeutnerFix Coverity warning in versionscan_changelev().
2014-02-08  Chris PorterAdd ability to set osvars in configure.ini.local and...
2014-02-07  Chris PorterCHANSERV: disable getpassword and spewpassword.
2014-02-07  Chris PorterCHANSERV: try and clean submodules more effectively
2014-02-07  Chris PorterCHANSERV: fix message ordering and add a health warning.
2014-02-07  Gunnar BeutnerMerge default.
2014-02-07  Chris PorterMerge default into chanserv-live.
2014-02-07  Chris PorterMerge chanserv-live into default.
2014-02-07  Chris PorterCHANSERV: add setemail command to relay and allow accou...
2014-02-06  Gunnar BeutnerFix null dereference in the "newnick" function.
2013-11-27  Gunnar BeutnerFix an integer overflow when handling ident checks...
2013-10-09  Gunnar BeutnerAllow nested CIDRs with different masks.
2013-10-08  Gunnar Beutnerglines: Check if makegline() returned NULL in glines_cm...
2013-09-25  Gunnar BeutnerFix another incorrect module name in the example config.
2013-09-23  Chris PorterDBAPI2: fix initialisation bug (thanks to anders for...
2013-09-23  Gunnar BeutnerFix incorrect module name in the example config.
2013-09-23  Gunnar BeutnerAdd the trusts_master module to the example config.
2013-09-23  QuakeNet repository... Added missing files.
2013-09-23  Chris PorterCHANSERV: split out achievements and achcmds into priva...
next