Age | Commit message (Expand) | Author |
2005-04-03 | More secure checking in 005 handlers | brain |
2005-04-03 | Added another check to the mainloop | brain |
2005-04-03 | Fix for bug #39, m_redirect returning invalid/random value for OnUserPreJoin ... | brain |
2005-04-03 | Fixes to crash when setting the key of a channel youre not a member of | brain |
2005-04-03 | Added code to shutdown listening sockets on exit | brain |
2005-04-03 | Fixes to bug#37 and pre-emptive checks for security of /NAMES | brain |
2005-04-03 | Fix to bug #36 reported by Yeti | brain |
2005-04-03 | Added m_hostchange module, our own homebrew implementation of the unreal pay ... | brain |
2005-04-03 | Fixed a few small dns timeout bugs (allowing users on without nick or user) | brain |
2005-04-03 | Major optimizations! now uses under 1% cpu all the time whilst idle | brain |
2005-04-02 | Fixed bug number 34, same nick can exist multiple times on a silence list | brain |
2005-04-02 | Fixed cosmetic bug in /who | frostycoolslug |
2005-04-02 | Fixes for dns queueing, timeout functions etc moved to more sensible place | brain |
2005-04-02 | Fixes for dns queueing | brain |
2005-04-02 | Fixed dns queue stuff? | brain |
2005-04-02 | Connection fixes | brain |
2005-04-02 | Config files read by the ircd are now chmod'ed 0600 | brain |
2005-04-02 | Added pid file support, and documentation for it | brain |
2005-04-02 | One final attempt at fixing some of craigs whinges -- poll routine auto clear... | brain |
2005-04-01 | Massive stats L speedup | brain |
2005-04-01 | Fixed string format vunerability, thanks again to the #ratbox people for help... | brain |
2005-04-01 | Turned an unstable vector into an array | brain |
2005-04-01 | More dns fixes | brain |
2005-04-01 | Fixed nasty bugs. | brain |
2005-04-01 | Attempts to fix some random crashes | brain |
2005-04-01 | Fixed 'unlikely' crash if nick was changed before dns lookup was completed | brain |
2005-04-01 | DNS timeout fixes! | brain |
2005-04-01 | Fixed the random seeder thingie! | frostycoolslug |
2005-04-01 | Added nonblocking dns | brain |
2005-04-01 | Fixed Crash bug cause by multiple declarations of 'Srv' (Bug #35) | frostycoolslug |
2005-03-30 | Fixed strcpy vs. strlcpy problem | frostycoolslug |
2005-03-28 | Fixed m_helpop.cpp lowercasing the first line of the text | brain |
2005-03-28 | Fixed to take away +q and +a when the user parts the channel (double DOH) | brain |
2005-03-28 | Fixed to actually CHECK THE PASSWORD of linking servers! | brain |
2005-03-28 | /helpop now behaves for opers in the same way it does for users. | frostycoolslug |
2005-03-28 | Fixed using the wrong function, doh, i must need sleep! | brain |
2005-03-28 | Typos are bad ok? | brain |
2005-03-28 | Added a module at request of [ed] which stops anyone messaging all but opers | brain |
2005-03-28 | Added module to restrict channel creation to opers only (requested by [ed]) | brain |
2005-03-27 | Fixed 005 numeric to only output 13 tokens per line (thanks anfl) | brain |
2005-03-27 | Replaced some 005 constants with their configured values | brain |
2005-03-27 | Added 005 numeric handling to most of the modules | brain |
2005-03-27 | Fixed detection of missing opertypes | brain |
2005-03-27 | Added SILENCE=999 to 005 numeric | brain |
2005-03-27 | Made config parsing code a bit more lenient | brain |
2005-03-26 | Added m_silence.cpp - implementation of /SILENCE command | brain |
2005-03-26 | Fixed a minor typo | brain |
2005-03-26 | Fixed parsing error with comments that have tabs before them | brain |
2005-03-26 | Added m_remove by om, uses a force part to replace a kick to thwart auto rejoin | brain |
2005-03-26 | Fixed a minor error in error checking (eat that, grammar....) | brain |