Age | Commit message (Expand) | Author |
2007-01-14 | Output for 'using defaults' when nothing of interest found | brain |
2007-01-13 | Colour coding, tidying, and more verbose output to configure | brain |
2007-01-13 | Extra stuff to improve buildsystem, calculate lib and include dirs at configu... | brain |
2007-01-13 | Tidy up the buildsystem a lot by encapsulating repeated detection routines fo... | brain |
2007-01-13 | Get flags for sqlite3. | peavey |
2007-01-13 | Change this to use our md5 provider rather than MD5() in the query | brain |
2007-01-13 | Test fix for breakage with IPv6 | om |
2007-01-12 | Improve handling of backend server being down. Also decraq some debug output ... | peavey |
2007-01-12 | Update inline documentation for DelFd() so the doxygen docs will be correct. | peavey |
2007-01-11 | Anyway the reason for this discussion - i wanted to do a test commit :p (inse... | brain |
2007-01-11 | Quick tweak before work, set the default force=false in these (im not keen on... | brain |
2007-01-11 | More tidyup. | peavey |
2007-01-11 | Only use force if necessary! Tidy up debug output. | peavey |
2007-01-11 | pgsql should now work thx to added posibility to force a fd out of the socket... | peavey |
2007-01-11 | Closer now, but somehow libpq invalidates the file descriptor on server shutd... | peavey |
2007-01-10 | reconnects still broken, but getting there. | peavey |
2007-01-10 | SQLConn rewritten to use EventHandler instead of InspSocket. This is much nea... | peavey |
2007-01-10 | If we have a bitmask of 0 in apply_lines, dont even bother to run the function! | brain |
2007-01-10 | Also, if the line already existed, dont OR the value in, so that if all the s... | brain |
2007-01-10 | Clever stuff for applying lines (this needs testing); | brain |
2007-01-10 | Only send snotice if the eline doesnt exist yet | brain |
2007-01-10 | Improve speed of these, and only send out snotice if the gline doesnt already... | brain |
2007-01-10 | Typo | peavey |
2007-01-10 | Change stats z to show volountary and involountary seperately | brain |
2007-01-09 | Comment on a lot of recently added stuff that wasnt properly documented (unti... | brain |
2007-01-09 | Someone forgot to make correct deps for timer.h. Fixed. | brain |
2007-01-09 | Add a call to InvalidateCache() to fix this: | brain |
2007-01-09 | Made the real name value for /admin optional (line isn't displayed if not spe... | special |
2007-01-09 | Whoever added clearcache must have been asleep; they left the definition of i... | special |
2007-01-09 | Made m_denychans support wildcards | special |
2007-01-09 | Have ConvNumeric correctly convert 0 to 0 instead of an empty string. | peavey |
2007-01-09 | Revert repeat timer to old one, to make sure it only runs if list was actuall... | peavey |
2007-01-09 | Add specialization for ConvToStr on a single char, return std::string(in,1) :p | brain |
2007-01-09 | This is better, and proved working | brain |
2007-01-09 | This is a bit better | brain |
2007-01-09 | Overloaded template classes for mucho improved ConvToStr speed | brain |
2007-01-09 | TimeSyncTimer now uses repeat timer. | peavey |
2007-01-09 | Assigning a std::string var initially to "" is pointless. | brain |
2007-01-09 | Make safelist use repeat timer. | peavey |
2007-01-09 | Tidy up (optimize, improve) chanrec::WriteChannelWithServ | brain |
2007-01-09 | Tidy up an if/then/else chain into a switch | brain |
2007-01-09 | Cache channel max bans value to save an O(n) loop of match() on every ban (et... | brain |
2007-01-08 | cmd_whowas now uses the shiny new repeating timer. | peavey |
2007-01-08 | Tweaks to mode parser | brain |
2007-01-08 | Add repeating timers, and make an hourly prune of the dns cache, otherwise a ... | brain |
2007-01-08 | user->WriteServ( "371 %s :. o O ( The Inspire Internet Relay Chat Ser... | brain |
2007-01-08 | Someone forgot to add clearcache to the makefile install (thanks AnMaster) | special |
2007-01-08 | getpidfile was not working at all. Fix it to work as intended. | peavey |
2007-01-08 | Move whowas containers into whowas class to avoid all cpp files including cmd... | peavey |
2007-01-08 | Add /CLEARCACHE, oper only command which completely purges the DNS cache -- u... | brain |