summaryrefslogtreecommitdiff
path: root/modules/m_stats.c
AgeCommit message (Expand)Author
2014-07-02- Removed hooking systemmichael
2014-06-22- m_stats.c:stats_tstats(): prefix "/stats t" reply with 't' instead of 'T',michael
2014-05-11- Fixed bug where "STATS p" would show an invalid amount of irc-operatorsmichael
2014-04-08- Fixed corrupted "STATS U" outputmichael
2014-03-28- Backported -r3227 [m_stats.c:stats_servlinks(): removed extranous spaces]michael
2014-03-01- m_stats.c, conf.h: removed unused CONF_FLAGS_LIMIT_IP and CONF_FLAGS_NOMATC...michael
2014-03-01- white-space changes / style cleanupsmichael
2014-01-26- Revert -r1925. We no longer show how many times an oline has been hit.michael
2014-01-15- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs)michael
2013-12-17- Avoid magically sized temporary buffersmichael
2013-07-03- Removed useless sanity checksmichael
2013-06-19- whowas.c: renamed count_whowas_memory() to whowas_count_memory()michael
2013-06-18- m_stats.c: fixed typomichael
2013-06-18- Added general::stats_u_oper_only configuration optionmichael
2013-06-04- Moved disable_remote_command configuration directive frommichael
2013-06-03- Remove unused temporary_resv list. Move channel_resv_list to conf.cmichael
2013-06-02- m_stats.c:report_confitem_types(): removed unused variablemichael
2013-05-31- Implement motd{} configuration blocks based on ircu's implementationmichael
2013-05-26- Got rid of CONF_HUB enum typemichael
2013-05-26- Got rid of CONF_CLASS enum typemichael
2013-05-08- Cosmetical cleanupsmichael
2013-04-30- Move report_resv() to m_stats.cmichael
2013-04-30- "STATS o" now shows how many times an oper{} block has been used.michael
2013-04-30- Moved report_confitem_types() to m_stats.cmichael
2013-04-30- Dropped PCRE supportmichael
2013-04-27- "STATS s" now shows configured services{} blocks as wellmichael
2013-04-24- Cleanup m_map.cmichael
2013-04-21- Fixed "STATS e" showing random data sometimesmichael
2013-04-19- Revert to -r1831michael
2013-04-19- Made all numeric defines use the actual string instead of the numeric valuemichael
2013-03-31- KLINE, DLINE, SQUIT and KILL now make use of CONF_NOREASON as wellmichael
2013-01-24- Forward-port -r1774:michael
2013-01-18- Fixed some other invalid conversion specifiersmichael
2013-01-17- %lu conversion specifier has been used when it should be %umichael
2012-12-24- Improved WEBIRC authentication; added 'webirc' to auth::flagsmichael
2012-11-16- Implemented memory pool allocator which basically is taken from Tor'smichael
2012-11-13- changed match() polarity. match() now returns 0 on match and 1 on non-matchmichael
2012-11-10- Fixed few bugs that have been introduced with config rewritemichael
2012-11-10- minor MaskItem structure cleanupmichael
2012-11-06- More config subsystem cleanupsmichael
2012-11-04- Initial rewrite of the configuration subsystemmichael
2012-11-01- flesh out new *line database handlingmichael
2012-11-01- klines, dlines, xlines, glines and resv now make use of the new database;michael
2012-10-30- Made m_globops() and ms_globops() use sendto_realops_flags()michael
2012-10-27- Second time's the charm? Moving svnroot/ircd-hybrid-8 tomichael