Age | Commit message (Expand) | Author |
2005-05-08 | Fix naming glitches | brain |
2005-05-08 | Renamed core files to all be libIRCD* | brain |
2005-05-08 | Minor tweaks | brain |
2005-05-08 | Changed to fully dynamic core (should be faster compile times) | brain |
2005-05-08 | /WHOIS as oper now shows real ip as well as real host | brain |
2005-05-08 | Added USERIP numeric 005 output | brain |
2005-05-08 | Fixed to use numeric 340- | brain |
2005-05-08 | Added m_userip.cpp requested by Selphie | brain |
2005-05-08 | Changed the final bunch of udp_* vars to server_*/tcp_* | brain |
2005-05-08 | Fixed remote kills to display the correct source (spotted while talking to aq... | brain |
2005-05-07 | Moved to Beta 5 CVS | brain |
2005-05-07 | Added final documentation for inspircd Beta 4 | brain |
2005-05-07 | Updated version counter to beta4 | brain |
2005-05-06 | Empty but non-null string passed to is_uline returns true | brain |
2005-05-06 | Fixed services not being informed of force joins | brain |
2005-05-06 | Fixed logging slowdown | brain |
2005-05-06 | Added numeric 318 to /WHOIS when nick is not found (end of whois should still... | brain |
2005-05-06 | Added numeric 412 "no text to send" | brain |
2005-05-06 | Test fix for 3.23 and below | brain |
2005-05-06 | Removal of some pointless debug | brain |
2005-05-06 | Removed debug output associated with fix of bug #63 | brain |
2005-05-06 | Fixed park crash bug #63 reported by ViaraiX | brain |
2005-05-05 | Fixes to: | brain |
2005-05-04 | Changed to handle : as a NOP token so that 'assuming' inspircd knows RFC comm... | brain |
2005-05-04 | Fix to a mode parsing bug (eating wrong version of parameter?) | brain |
2005-05-03 | Fixed off-by-one error in client read() (improbable due to size of buffer but... | brain |
2005-05-03 | Fixed to remove privilages upon kick | brain |
2005-05-03 | fixed warning of redefinition of RUSAGE_SELF | brain |
2005-05-03 | Fix annoying off-by-one error in connection::RecvPacket (nothing like driving... | brain |
2005-05-03 | Added more fault tolerance to server links | brain |
2005-05-03 | Fixed 'no such server' when server is found | brain |
2005-05-03 | Fixed empty modes from nickserv | brain |
2005-05-03 | Reordered some on-connect network stuff to stop services being so confused | brain |
2005-05-03 | Fix to prevent quits being sent onto the network for nonexistent users | brain |
2005-05-03 | Fixed to always write log to bin directory | brain |
2005-05-03 | Fixed to always look for the ircd.log within the bin/ dir | brain |
2005-05-03 | Added another check for 'NoServerUline' type thing. | frostycoolslug |
2005-05-03 | Missed missing ) | frostycoolslug |
2005-05-03 | Added Check for 'NoServer' when +r ing a channel. | frostycoolslug |
2005-05-03 | Extra safety checks to avoid trying to write() remote users | brain |
2005-05-03 | A few cpu usage tweaks | brain |
2005-05-03 | Optimized WriteCommon and WriteCommonExcept | brain |
2005-05-02 | Fix to prevent empty umodes | brain |
2005-05-02 | Added new /stats z (warning - this is UNTESTED on linux!) | brain |
2005-05-02 | Updated /stats T to include motds | brain |
2005-05-02 | Added /stats T | brain |
2005-05-02 | Attempted /who fixes | brain |
2005-05-02 | Fix for bug #62 (replaces only occur once per line) | brain |
2005-05-02 | Fixed weird line wrapping bug with extremely long lines | brain |
2005-05-01 | Fixed bug resulting in osflags being called BEFORE getcache (Making it redund... | frostycoolslug |