summaryrefslogtreecommitdiff
path: root/src/client.c
AgeCommit message (Expand)Author
2014-03-23- Cleaned up find_chasing(). Removed useless third 'chasing' argument.michael
2014-02-24- client.c:find_person(): fixed mismatching prototype as pointed out by Adammichael
2014-01-25- Clean up all files in src/ (fixed indentation, removed whitespaces/tabs)michael
2014-01-14- Greatly speedup k-/g-line lookup. Instead of testing every single client ag...michael
2014-01-04- Fixed kline issue as reported by Andrei Hristowmichael
2013-12-17- Avoid magically sized temporary buffersmichael
2013-12-15- client.c: #include "parse.h"michael
2013-12-15- client.c:make_client(): make use of the SetUnknown() macromichael
2013-11-20- Optimized find_person()michael
2013-11-20- client.c:find_person(): completely disallow UID guessing as suggested by Ad...michael
2013-11-01- Got rid of find_kill() and find_gline() wrapper functionsmichael
2013-10-13- find_person(): fixed naming conventionmichael
2013-07-04- find_accept(): solved XXXmichael
2013-07-03- White-space commit / style correctionsmichael
2013-06-19- whowas: Renamed functions.michael
2013-06-15- Implement CERTFPmichael
2013-06-04- Removed usermode +Cmichael
2013-06-04- Style correcions/white-space changesmichael
2013-06-04- Fixed debug assertion being triggered on ident lookupmichael
2013-05-09- Only show remote client exit notices if the server sent an EOBmichael
2013-05-08- Added usermode F (remote client connect/exit notices) on public requestmichael
2013-04-30- Dropped PCRE supportmichael
2013-04-23- Constification, replaced few sprintf with snprintfmichael
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- Cleanup/reorganize header file layoutmichael
2013-01-26- Forward-port -r1784 [Fix bug where idle time sometimes is 0 even if themichael
2013-01-24- Forward-port -r1774:michael
2013-01-11- Add support for "away-notify" client capabilitymichael
2012-11-18- client.c: fixed another compile warning with --enable-assertmichael
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-06- More config subsystem cleanupsmichael
2012-11-04- Cleanup configuration subsystemmichael
2012-11-04- Initial rewrite of the configuration subsystemmichael
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