cloogle-irc.git
2018-10-23 Mart LubbersIRC moved to platform
2018-10-20 dopefishhMerge pull request #20 from clean-cloogle/gitlab-move
2018-10-20 Camil StapsUpdate references to github
2018-09-20 Mart LubbersClean up imports
2018-09-20 Mart LubbersUpdate to clean 3.0
2018-04-26 Mart Lubbersupdate submods
2018-04-26 dopefishhMerge pull request #19 from clean-cloogle/add-result...
2018-04-26 Camil StapsAdd ABCInstructionResult and ProblemResult formats
2018-04-26 Mart LubbersUpdate submodules
2018-04-04 Mart LubbersUpdate to latest clean-selectloop master
2018-04-03 Mart Lubbersupdate bot to work with clean-selectloop
2018-02-15 Mart Lubbersunderscores are also allowed in usernames...
2018-01-13 Camil StapsUpdate libcloogle to fix parsing error
2017-12-18 Mart LubbersMerge branch 'interface-improvements'
2017-12-18 Mart Lubbersmake up to date
2017-12-18 Mart LubbersMerge branch 'interface-improvements' of github.com...
2017-12-13 Mart LubbersMerge branch 'master' of github.com:clean-cloogle/clean-irc
2017-12-13 Mart Lubbers.
2017-12-13 Mart LubbersUpdate
2017-10-08 Camil StapsPut back \r\n in toString of IRCCommand even though...
2017-10-08 Camil StapsSupport for SyntaxResult
2017-09-13 Mart LubbersMerge branch 'interface-improvements' of github.com...
2017-09-13 Camil StapsSeveral interface improvements
2017-09-13 Mart LubbersMerge branch 'makefile-cleanup' of github.com:clean...
2017-09-13 dopefishhMerge pull request #15 from clean-cloogle/no-results...
2017-09-12 Camil StapsSeveral interface improvements
2017-09-12 Camil StapsCleanup makefile
2017-09-12 Camil StapsMerge branch 'master' into no-results-response
2017-09-12 Camil StapsBetter no results response (resolves #3)
2017-07-25 dopefishhMerge pull request #13 from clean-cloogle/pr-better...
2017-07-25 Mart Lubbersadd stdout logging
2017-07-24 Mart Lubberscompiles, but doesn't work, probably strictness?
2017-07-18 Mart Lubberschange start signature
2017-07-18 Mart Lubbersanother try
2017-07-18 Mart Lubbersfix ircbot code
2017-07-18 Mart Lubbersattempt better output, uniqueness error
2017-07-18 dopefishhMerge pull request #11 from clean-cloogle/ctcp-ping
2017-07-18 Mart LubbersFix hostname parsing for cloaked hostnames
2017-07-13 Camil StapsAdd CTCP ping
2017-07-13 Camil StapsFix notices (only for private messages; channels get...
2017-07-13 dopefishhMerge pull request #9 from clean-cloogle/notice
2017-07-13 Camil StapsUse NOTICE instead of PRIVMSG
2017-07-13 Mart Lubbersadd nickserv and a cli. Fix #2
2017-07-13 Mart Lubbersgraceful exit: fix #5
2017-07-13 Mart LubbersMerge branch 'master' of github.com:clean-cloogle/clean-irc
2017-07-13 dopefishhMerge pull request #8 from clean-cloogle/delays
2017-07-13 Mart LubbersMerge branch 'master' of github.com:clean-cloogle/clean-irc
2017-07-13 Mart Lubbersadd dynamics
2017-07-13 dopefishhMerge pull request #7 from clean-cloogle/private-messages
2017-07-13 Camil StapsSlight improvement to #6: delay after sending message
2017-07-13 Camil StapsFix #4: reply to private messages
2017-07-13 Mart Lubbersfix printing of numeric reply
2017-07-12 Mart Lubbersworking clooglebot
2017-07-12 Mart Lubbersadd runscript and restart command
2017-07-12 Mart LubbersFix mode command and hostnames ending with .
2017-07-12 Mart Lubbersfix message parsing without prefix
2017-07-12 Mart Lubbersremove tests
2017-07-12 Mart Lubbersfix parsing and printing of numeric replies
2017-07-12 Mart Lubbersremove submodules'
2017-07-12 Mart LubbersGeneric parsing and printing
2017-07-11 Mart LubbersCleanup
2017-07-11 Mart Lubbersupdate gen
2017-07-11 Mart Lubbersattempt a generic implementation
2017-07-11 Mart Lubbersdev'
2017-03-12 Mart Lubbersup
2017-03-12 Mart Lubbersextended parsing and added bot interface, note that...
2017-03-11 Mart Lubbersupdate
2017-03-08 Mart Lubbersadded more parsing of commands
2017-03-08 Mart Lubbersstarted with parsing
2017-03-06 Mart Lubbersadd submodule and add \!query search
2017-03-06 Mart Lubbersadd requestL
2017-03-05 Mart Lubbersadd url shortening
2017-03-05 Mart Lubbersstub for shortening
2017-03-05 Mart Lubberslog pongs
2017-03-05 Mart Lubbersimprove help
2017-03-05 Mart Lubbersbetter code, ping response
2017-03-05 Mart Lubbersproof of concept minimal cloogle bot
2017-03-05 Mart Lubbersfix problem with : for longer strings
2017-03-05 Mart Lubberschanged JOIN adt
2017-03-05 Mart Lubbersworking test program for the clooglebot
2017-03-05 Mart LubbersFormalized IRC commands
2017-03-05 Mart Lubbersdefine the constants and messages
2017-03-05 Camil StapsInitial commit