Added channel ban validation stub and refactore...
umode method cleanup, set umodes +s (server mes...
PRIVMSG and NOTICE to nick fix; start of MODE c...
NOTICE fix when using STATUSMSG
Added STATUSMSG (closes #35)
Replaced single mutex with monitor to allow for...
More cleanup and closes #39.
More code cleanup and thread safety
More Rubocop compliance
Phase 2 of Rubocop compliance
kline/zline module load error and motd renderin...
Rubocop compliance
Added PROTOCTL (NAMESX and UHNAMES extensions),...
Added USERIP and Celluloid-IO support is now in!
Added IJOIN (nothing to do with Fruit(tm) devic...
Added FJOIN, FPART, and auto join option
Added FNICK (force nick changes) module, depend...
Added broadcast and fquit commands
More tweaks, finished adding host cloaking supp...
More fixes, improvements, and virtual host supp...
Added is?/has? methods, initial host cloaking (...
Merge pull request #30 from darabiesvampire/master
Merge fixes
max_clones
Merge branch 'master' of https://github.com/ldi...
Added rake gem
Minor halfop fix and added rdoc, bundler, and T...
More enhancements. Added halfops and preliminar...
Added support for select() which closes #11.
Bugs squashed. Commit fixes #25, fixes #26, and...
Added logging severity levels and new memory ma...
Disallowed re-registration
New stuff before sleep
Fixed a connect bug when nick was in use and re...
Added configuration file and option parsing
Writeable data is now synchronized while in thr...
Added Ban, Channel, and Server classes
Added channel and user modes, some numerics, an...
Removed some superfluous stuff from user and ch...
TOPIC fixes
Added more numerics, added licensing and author...
Added OPER support
Commit before bed
Added optional SSL support for incoming connect...
Added Command class with placeholders
More progress before bed
Bug fixes, added NOTICE support, increased regi...
Added PART and TOPIC support
Project name change from jrIRC to RubIRCd
Added AWAY, fixed Pidgin client NICK issue, cap...
Bug fixes for first release (WHO with a channel...
Added limits, more numerics, and some other things
More command code before sleep
Added more commands, rolled client socket and c...
Added support for dynamic loadable/unloadable m...
Added INFO, MOTD, and WHOIS, and many tweaks
Minor additions/tweaks, added WHO command, and ...
Added many useful things this commit such as JO...
Initial import
Added logging
User registration done
Converted commands to map and handlers
Minor tweaks and bug fixes
Fixed a bug in channel mode removal, added banl...
Added INVITE and PONG
Added OPERWALL/WALLOPS and modified the way com...
Fixed a pair of bugs and worked around another ...
Removed monitor require from network class and ...
Re-adding README.md to hopefully fix git rebase...
Removing README.md
Added DIE and RESTART
Fixed a bug that caused the leading character o...
More STATS additions
Added even more STATS subcommands, added a new ...
Fixed a bug that caused extra spaces in PRIVMSG...
Added ability to load modules on startup and in...
K/Z lines are now checked on client connect
Several fixes and added KICK, LUSERS, initial s...
Fixed several bugs, server messages are now bro...
Removed umode p (protected), added umode v (ver...
Updated README.md with helpful links
Added umode support
Added ISON and KILL
Added PING timeout notice during registration a...
Added support for K/Q/Z lines and some other tw...
Enhanced channel mode support and added REHASH
Updated links and added git ignore list
Fixed module load issue due to class name misma...
Fixed a bug with JOIN allowing multiple joins o...
Added command statistics and numerics for modul...
Added initial ping checker, cleaner handling of...
Modularized all commands except those that mani...
Added PASS, restricted WALLOPS to admins/opers,...
Added WHOWAS support
Added key and limit support
Corrected ISUPPORT issue with MODE argument ord...
Fixed display of module address in unload numeric
Forgot to add whowas.rb file to last commit. Doh!