summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-17Update README.mdHEADmasterJoe Robinson
2016-10-16Add READMEJoe Robinson
2016-10-16Merge branch 'irc-framework' into 'master' Joe Robinson
Irc framework Moves all existing command and handler code to use the KiwiIRC irc-framework library https://github.com/kiwiirc/irc-framework Removes the irc.js library See merge request !1
2016-10-16Correct version numberJoe Robinson
2016-10-16Update changelogJoe Robinson
2016-10-16Remove irc.js dependency, bump versionJoe Robinson
2016-10-16Handle error and server messagesJoe Robinson
2016-10-16Add kick handlerJoe Robinson
2016-10-16Add mode handlerJoe Robinson
2016-10-16Add join, part, and quit handlersJoe Robinson
2016-10-16Fix channel list functionJoe Robinson
2016-10-16Fix whois functionJoe Robinson
2016-10-16Fix part command, refactoringJoe Robinson
2016-10-15Move set topic and join channel functions to commands.jsJoe Robinson
2016-10-14Implement topic functionJoe Robinson
2016-10-14Fix user listJoe Robinson
2016-10-14Merge branch 'irc-framework' of blatech.co.uk:wjoe/blachat into irc-frameworkJoe Robinson
2016-10-14Automatic semantic.js updateJoe Robinson
2016-10-14Automatic semantic.js updateJoe Robinson
2016-10-13Temp fix, duplicate channel joining codeJoe Robinson
2016-10-13Fix PM sending/receiving, some cleanup for messagesJoe Robinson
2016-10-13Create user list on channel join, remove some debug linesJoe Robinson
2016-08-17Fixed receiving messagesJoe Robinson
2016-06-08WIP adding irc-framework, debuggingJoe Robinson
2016-05-30Add /topic functionJoe Robinson
2016-05-29Fix join commandJoe Robinson
2016-05-29Change electron imports for Windows compatibilityJoe Robinson
2016-04-05Fix connection UI, add SSL toggle, join channels on receiving names or topic ↵Joe Robinson
to support bouncers
2016-04-01WIP Connection UIJoe Robinson
2016-03-31Add ability to send PMs with /msg, fixed bug with channel messagesJoe Robinson
2016-03-30Added config for server/nick/channelsJoe Robinson
2016-03-30Added config for server/nick/channelsJoe Robinson
2016-03-30Add node-irc dependencyJoe Robinson
2016-03-30Server message, topic, kick, quit, kill, whois, channel list support etcJoe Robinson
2016-03-26Joins, parts, PMs, inline image/video/audio/youtube, server status messages, ↵Joe Robinson
I should commit more often
2016-03-25Semantic UI configJoe Robinson
2016-03-25CSS stylesJoe Robinson
2016-03-25Multiple channels sending and receiving. Help I'm tiredJoe Robinson
2016-03-24Intiial commitJoe Robinson