Age | Commit message (Expand) | Author |
2007-03-08 | option to allow announce of invites to channel (similar to unreal) | brain |
2007-03-06 | This properly fixes options:hidebans and options:hidesplits by providing the ... | brain |
2007-03-03 | Rebuild 005 on rehash. Tracker: bug #234 | peavey |
2007-02-25 | Add max line length value to modestacker, so that it can clamp the max length... | brain |
2007-02-22 | Added sepstream::GetRemaining() | special |
2007-02-19 | Addition of feature request outlined in bug #195, suggested by Bricker | brain |
2007-02-19 | 1) Fix for nickname overruled with new cullList stuff -- we have to change th... | brain |
2007-02-17 | Change bytes-used counter for commands (used by /stats m) as in excessive use... | brain |
2007-02-17 | Bump API version | brain |
2007-02-17 | Change /msg $* to have the correct source the same way /notice $* does | brain |
2007-02-11 | Bump API version (chanrec::setby increased from NICKMAX to 128) | brain |
2007-02-11 | Allow for nick!user@host in TOPIC information. | brain |
2007-02-10 | And make it compile. (whoops) | brain |
2007-02-10 | timermanager never had a ServerInstance. Give it one so we can use InspIRCd::... | brain |
2007-02-09 | Add and properly test the ability for an InspTimer to DelTimer itself from wi... | brain |
2007-02-07 | Ident fixes, | brain |
2007-02-07 | Added support for explicitly binding an outbound connection to an ip. Will be... | brain |
2007-02-06 | Fixes to allow inspsocket connects to be protocol transparent | brain |
2007-02-05 | No gaurantees on this atm | brain |
2007-02-05 | This wont compile atm | brain |
2007-02-05 | Stuff to make dns work protocol-independent | brain |
2007-02-05 | Not safe for use yet | brain |
2007-02-05 | Smart tricks to allow for ipv4 and ipv6 bindings on client ports. WARNING, NO... | brain |
2007-02-05 | Move quitting of clients to a central Cull List, and do quitting outside user... | peavey |
2007-01-30 | Documentation change to indicate errno is valid on return from the constructo... | brain |
2007-01-20 | Fixed (rewrote) m_http_client's URL parsing, it is now more flexible and.. ac... | special |
2007-01-14 | Someone left the colon off the 'end of list' numeric in u_listmode.h. I dont ... | brain |
2007-01-14 | Added interface 'ChannelBanList' that these two modules implement. Send a req... | brain |
2007-01-14 | g++ is picky about default params with overloading | brain |
2007-01-14 | Add alias:matchcase config setting (per-alias, determines wether to match cas... | brain |
2007-01-12 | Update inline documentation for DelFd() so the doxygen docs will be correct. | peavey |
2007-01-11 | Quick tweak before work, set the default force=false in these (im not keen on... | brain |
2007-01-11 | pgsql should now work thx to added posibility to force a fd out of the socket... | peavey |
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 | Have ConvNumeric correctly convert 0 to 0 instead of an empty string. | 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 | 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 | Add repeating timers, and make an hourly prune of the dns cache, otherwise a ... | brain |
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 |
2007-01-07 | Update a comment, and touch a header just to make people rebuild stuff >:) | brain |
2007-01-07 | Document dns caching, add a "bool cached" to OnLookupComplete method in Resol... | brain |
2007-01-07 | And its all done and working! | brain |
2007-01-07 | DNS caching stuff (almost done) | brain |
2007-01-07 | DNS Stuff - this wont work right yet, it will soon (tm) | brain |