Merge branch 'master' of github.com:prawnsalad/KiwiIRC
[KiwiIRC.git] / server /
2013-03-21 Jack AllnuttMerge branch 'master' of github.com:prawnsalad/KiwiIRC
2013-03-04 DarrenMerge branch 'development'
2013-03-03 DarrenRPL_ENDOFBANLIST fix
2013-02-21 DarrenMerge branch 'development'
2013-02-18 DarrenMerge branch 'development' of github.com/M2Ys4U/KiwiIRC...
2013-02-18 DarrenServer: Removing plugin listeners from PluginInterface...
2013-02-14 DarrenKICK command fix
2013-02-03 DarrenMerge branch 'development'
2013-02-02 DarrenMerge branch 'tab_layout' into development
2013-02-01 DarrenWebListener object emitting updated event names
2013-02-01 DarrenServer: IrcChannel definition consistancy
2013-02-01 DarrenServer: Removed host+port duplication from IrcServer
2013-02-01 DarrenRevert "Server: Removed hostname from 'server:*' event...
2013-01-31 DarrenServer: Removed hostname from 'server:*' event names
2013-01-31 DarrenEmit 'dispose' on a dispose call instead of 'destroy'
2013-01-31 DarrenRemoved cosole.log()
2013-01-31 DarrenIrcServer memory leak fix
2013-01-31 Darrenprevious commit part.2
2013-01-31 DarrenERR_PASSWORDMISMATCH; IrcServer disposing
2013-01-31 DarrenLUSER command implimented; Network stats output;
2013-01-31 Darren/list command working properly
2013-01-31 DarrenClosing the IrcConnection socket on a dispose
2013-01-31 DarrenUpdating the nick within IrcConnection on change
2013-01-31 DarrenMissed a single IrcUser per nick related comment
2013-01-31 DarrenReading the correct nick on a NICK command
2013-01-31 DarrenCTCP TIME fix
2013-01-31 DarrenUse 1 IrcUser object to handle user events
2013-01-31 DarrenIrcConnection IRC events refactor; EventEmitter2 maxLis...
2013-01-31 DarrenIrc bound events fix
2013-01-31 Jack AllnuttGet codebase into semi-working state
2013-01-31 DarrenIrcEventBinder refactor
2013-01-31 DarrenRemoved irc_events from the prototype; Untied IrcEventB...
2013-01-31 Jack Allnuttthis/that fixes
2013-01-31 Jack AllnuttMore typo fixing
2013-01-31 Jack AllnuttAdd missing colon to MODE event name
2013-01-31 Jack AllnuttAdd IrcConnection.clientEvent
2013-01-31 Jack AllnuttMODE handling
2013-01-31 Jack AllnuttMove the binding into new prototype object
2013-01-31 Jack AllnuttAdd IrcServer
2013-01-31 Jack AllnuttMore channel commands
2013-01-31 Jack AllnuttFix typo
2013-01-31 Jack AllnuttRemove handlers from prototype chain
2013-01-31 Jack AllnuttIrcUser object + plumbing
2013-01-31 DarrenIrcChannel event binding
2013-01-31 Jack AllnuttPass callback to state.connect, fix vars
2013-01-31 DarrenIrcChannel + IrcCommands topic event
2013-01-31 DarrenIrcCommands + IrcChannel
2013-01-31 DarrenMore IrcChannel events implimented
2013-01-31 Jack Allnuttaddress -> user
2013-01-31 Jack AllnuttIrcConnection handling in State instead of Client
2013-01-31 DarrenChannel object start
2013-01-21 DarrenCallback fix on on truncated messages
2013-01-21 DarrenMessage truncating method a little more DRY
2013-01-21 DarrenSending correct message length when truncated (privmsg...
2013-01-21 DarrenMerge pull request #159 from M2Ys4U/msg_wrap
2013-01-16 Jack AllnuttUse a temporary variable rather than manipulate args...
2013-01-16 Jack AllnuttSplit long PRIVMSG and NOTICE commands into multiple...
2013-01-05 Darrenserver/irc/connection.js tidy + comments
2013-01-03 Jack AllnuttMerge branch 'master' of github.com:prawnsalad/KiwiIRC
2013-01-03 Darrenmap/links/permission denied/unknown command errors...
2012-12-26 DarrenMerge branch 'development'
2012-12-20 DarrenServer: Fix for no channel prefixes yet set errors
2012-12-12 DarrenServer: Seperated connection method from constructor
2012-12-12 DarrenServer: Custom WEBIRC method support via modules
2012-12-11 DarrenServer: Revised module system
2012-12-11 DarrenStack traces on uncaught exceptions
2012-12-05 DarrenMerge branch 'development' of https://github.com/prawns...
2012-11-30 DarrenCTCP CLIENTINFO, SOURCE, TIME
2012-11-30 DarrenServer modules location in config. Control module included
2012-11-28 DarrenMerge branch 'development'
2012-11-28 DarrenAllowing underscores within client hosts
2012-11-27 DarrenMerge branch 'development'
2012-11-24 Darrenmoduls.js refactor; Removed existing module events...
2012-11-24 DarrenMerge branch 'development' into server_plugins
2012-11-21 DarrenMerge branch 'development'
2012-11-21 Jack AllnuttChange formatting in commands.js
2012-11-21 Jack AllnuttMerge branch 'development' of github.com:prawnsalad...
2012-11-21 Jack AllnuttRemove time-delayed sending of registration info
2012-11-21 DarrenModules object now using it's prototype; Typo fixes
2012-11-20 DarrenRename 'plugins' to 'modules'
2012-11-20 DarrenInitial server modules implementation + example
2012-11-11 DarrenMerge branch 'ircv3' of https://github.com/M2Ys4U/KiwiI...
2012-11-11 DarrenMerged in lodash from karbassi
2012-11-10 DarrenMerge branch 'development'
2012-11-09 DarrenServer: Default config options during build
2012-11-09 DarrenServer: Reading nick changes fix on Inspircd
2012-11-09 Jack Allnuttuser -> username
2012-11-08 Jack AllnuttSend the modified USER line to the IRCd
2012-11-08 DarrenServer: Set waiting for server listening before setting...
2012-11-08 DarrenExample config.js file
2012-11-08 DarrenMerge branch 'proxy_ranges' into development
2012-11-08 Jack AllnuttAllow findWebIrc() to modify user details
2012-11-08 Ali KarbassiReplaced 'underscore' with 'lodash'.
2012-11-08 DarrenOption to restrict connections to 1 server
2012-11-08 Jack AllnuttFix some minor issues
2012-11-07 DarrenServer: Reverse proxy IP ranges
2012-11-06 Jack AllnuttMerge branch 'development' into ircv3
2012-11-06 DarrenMerge branch 'development'
2012-11-04 Jack Allnuttfix typo
2012-11-04 DarrenBuild command added to bash wrapper
next