2014-09-28 19:10 | Add theo command | sin | 1 | +115 | -0 |
2014-04-30 18:58 | add default #2f30 channel in the source | dsp | 1 | +1 | -0 |
2014-04-30 18:24 | removed the calls to runtime.Gosched and runtime | dsp | 1 | +0 | -21 |
2014-04-30 17:34 | implemented quit fifoCmd | dsp | 1 | +5 | -0 |
2014-04-30 17:25 | Now Config support multiple channels,fixed a deadlock in JoinChannels | dsp | 1 | +28 | -23 |
2014-04-30 17:24 | multichannel config file | dsp | 1 | +2 | -1 |
2014-04-30 17:21 | removed the explict join. now only through netjoin fifocmd. made donechan global so the fifo can signal a shutdown | dsp | 1 | +2 | -2 |
2014-04-30 15:25 | changed nick to mirror the default one | dsp | 1 | +1 | -1 |
2014-04-30 15:23 | updated TODO since JSON config file support got created | dsp | 1 | +0 | -1 |
2014-04-30 15:22 | importing a sample configuration file | dsp | 1 | +9 | -0 |
2014-04-30 15:22 | implementiation of the new configFile flag -c to load the configuration from a JSON encoded file | dsp | 1 | +27 | -14 |
2014-04-30 14:22 | initial implementation of json LoadConfig | dsp | 1 | +17 | -0 |
2014-04-29 16:58 | fix prefix in logging prints | dsp | 1 | +3 | -3 |
2014-04-29 16:28 | more descriptive error message when title fetching fails | dsp | 1 | +1 | -1 |
2014-04-29 16:09 | removal of resolve script since now we implemented that using pure go | dsp | 1 | +0 | -18 |
2014-04-29 16:07 | update TODO since with the new url mechanism titles are resolved on insertion | dsp | 1 | +0 | -1 |
2014-04-29 15:56 | gofmt pass | dsp | 1 | +6 | -6 |
2014-04-29 15:54 | Implemented urlupdate fifo command that populates a non-existant directory with the urls+fetched yt titles when appropriate. Also changed the default kuntCtx NetworkName to freenode from grnet | dsp | 1 | +52 | -2 |
2014-04-29 13:43 | make kunt respect the global botname that is set | dsp | 1 | +1 | -1 |
2014-04-29 13:39 | reimplemented ResolveYoutubeTitle with native golang parsing, now titles are written to the urlDB upon insertion. | dsp | 1 | +45 | -23 |
2014-02-27 11:37 | Handle the whole radio info at the server side | lostd | 1 | +10 | -6 |
2014-02-27 11:36 | Use a wildcard server name | lostd | 1 | +1 | -1 |
2013-11-03 19:48 | Update TODO - !chicken and kunt in chroot | sin | 1 | +2 | -0 |
2013-08-13 11:30 | Use `go get -d' to just fetch the packages | sin | 1 | +3 | -3 |
2013-08-12 11:08 | Fix out-of-bound error | sin | 1 | +8 | -1 |
2013-07-18 12:23 | Fixed a bug in hangman. When in mainLoop we were checking msg.Args without correct bound checking | dsp | 1 | +3 | -0 |
2013-07-12 13:28 | Update !src to point to our git repo | sin | 1 | +1 | -1 |
2013-06-08 21:32 | update TODO | sin | 1 | +0 | -2 |
2013-06-05 16:03 | use runtime.Gosched() - ugly hack | sin | 1 | +21 | -0 |
2013-06-05 14:58 | add fifo support + netjoin cmd | sin | 2 | +39 | -0 |
2013-06-05 13:24 | update doc/ | sin | 4 | +6620 | -0 |
2013-06-05 13:20 | update run script | sin | 1 | +2 | -1 |
2013-06-05 13:13 | add doc/ | sin | 1 | +3644 | -0 |
2013-06-05 12:50 | fix vet warnings | sin | 1 | +4 | -4 |
2013-05-30 11:08 | join channel regardless | sin | 1 | +5 | -4 |
2013-05-30 11:01 | rename tls field to ssl | sin | 2 | +3 | -3 |
2013-05-30 00:00 | fix return | sin | 1 | +1 | -2 |
2013-05-27 15:46 | use git archive | sin | 1 | +1 | -7 |
2013-05-26 16:28 | add go vet in build | sin | 1 | +3 | -0 |
2013-05-20 13:52 | sleep for half the time before rejoining | sin | 1 | +1 | -1 |
2013-05-18 12:32 | stylistic change | sin | 1 | +2 | -2 |
2013-05-17 13:00 | remove [Radio] | sin | 1 | +2 | -2 |
2013-05-17 12:58 | handle kick event | sin | 1 | +5 | -0 |
2013-05-15 18:31 | vi sux replies | sin | 1 | +15 | -0 |
2013-05-11 18:20 | hangman updates | sin | 1 | +2 | -2 |
2013-05-10 15:11 | fix game command | sin | 2 | +12 | -8 |
2013-05-10 14:33 | add !copyright | sin | 1 | +14 | -0 |
2013-05-10 14:26 | version bump to 0.2.9 | sin | 1 | +1 | -1 |
2013-05-10 14:23 | move validNick() to utils.go | sin | 2 | +16 | -16 |
2013-05-10 14:21 | add dispatchHandler() | sin | 2 | +12 | -8 |
2013-05-09 16:05 | add comment for Login() | sin | 1 | +1 | -0 |
2013-05-09 13:36 | add LICENSE | sin | 1 | +24 | -0 |
2013-05-09 13:32 | add copyright to files | sin | 10 | +40 | -0 |
2013-05-09 13:05 | gofmt -w -r 'IrcMessage -> Message' etc. | sin | 6 | +106 | -113 |
2013-05-08 15:34 | add channel iterator | sin | 1 | +17 | -0 |
2013-05-08 15:20 | ensure proper locking in the irc package | sin | 2 | +14 | -0 |
2013-05-08 15:12 | remove AddChannel() and JoinChannels() - use only JoinChannel() | sin | 2 | +17 | -27 |
2013-05-08 14:53 | use log package to dump output | sin | 1 | +1 | -1 |
2013-05-08 12:29 | fix irc parsing | sin | 2 | +43 | -9 |
2013-05-07 20:46 | update irc handling | sin | 1 | +8 | -6 |
2013-05-05 12:32 | various irc updates | sin | 3 | +74 | -28 |
2013-05-03 13:27 | update irc | sin | 4 | +133 | -88 |
2013-05-03 12:12 | add error checking | sin | 1 | +8 | -1 |
2013-05-03 11:55 | update to new style init | sin | 1 | +6 | -6 |
2013-05-03 11:42 | update irc | sin | 3 | +17 | -12 |
2013-05-02 20:15 | add vives based replies | sin | 1 | +12 | -1 |
2013-05-02 17:12 | update error handling in irc.go | sin | 1 | +18 | -7 |
2013-05-02 17:02 | add part command | sin | 2 | +22 | -0 |
2013-05-02 16:52 | trim extra newlines for PONG reply | sin | 1 | +1 | -1 |
2013-05-02 15:47 | separate games.go and hangman.go | sin | 2 | +204 | -199 |
2013-05-02 15:00 | update irc | sin | 1 | +6 | -13 |
2013-05-02 14:48 | update TODO | sin | 1 | +3 | -7 |
2013-05-02 14:28 | update irc | sin | 2 | +5 | -8 |
2013-05-02 14:22 | get termbox as well | sin | 1 | +1 | -0 |
2013-05-02 14:10 | update irc | sin | 1 | +0 | -1 |
2013-05-02 14:03 | add sovarofanis to masters | sin | 1 | +1 | -1 |
2013-05-02 13:59 | remove irc lexer for now | sin | 1 | +0 | -210 |
2013-05-02 13:42 | update kunt replies | sin | 1 | +18 | -6 |
2013-05-02 12:07 | add better irc parsing | sin | 5 | +133 | -113 |
2013-05-02 11:14 | rename irc functions | sin | 4 | +47 | -47 |
2013-05-01 13:50 | rewrite mapfs | sin | 6 | +388 | -253 |
2013-05-01 13:06 | change uint64 to int | sin | 2 | +3 | -3 |
2013-05-01 10:27 | rename `dict' to `cache' | sin | 1 | +25 | -25 |
2013-04-30 16:54 | change error code for invalid usage | sin | 1 | +1 | -1 |
2013-04-30 16:47 | check magic | sin | 2 | +5 | -1 |
2013-04-30 16:26 | gob should contain Data as well | sin | 2 | +6 | -14 |
2013-04-30 15:28 | update benc/bdec | sin | 2 | +42 | -3 |
2013-04-30 14:32 | update decdb and encdb | sin | 2 | +8 | -0 |
2013-04-30 14:29 | add encdb and decdb | sin | 2 | +24 | -0 |
2013-04-30 14:13 | add bdec and benc | sin | 4 | +110 | -1 |
2013-04-30 13:55 | update mapfs | sin | 1 | +4 | -2 |
2013-04-30 13:50 | check NewCipher for errors, die within mapfs for now | sin | 1 | +7 | -1 |
2013-04-30 12:55 | use embedded locks in mapfs | sin | 1 | +25 | -25 |
2013-04-30 11:33 | rename funcs in mapfs | sin | 1 | +7 | -9 |
2013-04-30 11:05 | update TODO | sin | 1 | +3 | -1 |
2013-04-30 10:38 | add go9p | sin | 1 | +1 | -0 |
2013-04-30 10:34 | add blowfish encryption to mapfs | sin | 2 | +101 | -3 |
2013-04-30 10:32 | update build | sin | 1 | +1 | -0 |
2013-04-29 15:36 | add mapfs iterator, don't enforce mapfs to deal with dups | sin | 3 | +51 | -8 |
2013-04-29 14:52 | mapfs: Don't force dup checks on loading the map from disk | sin | 1 | +0 | -3 |
2013-04-29 11:32 | games: Stylistic changes | sin | 1 | +7 | -7 |
2013-04-29 11:26 | mapfs: Factor out I/O into io.go | sin | 2 | +30 | -24 |
2013-04-28 15:07 | mapfs: Fix comment | sin | 1 | +1 | -1 |
2013-04-28 15:05 | mapfs: No need to use package errors, just use fmt.Errorf() | sin | 1 | +1 | -2 |
2013-04-28 15:03 | mapfs: Add cacheOnly option | sin | 1 | +20 | -9 |
2013-04-27 16:45 | rename fsdb to mapfs | sin | 4 | +228 | -228 |
2013-04-27 16:29 | fsdb: Update fsdb | sin | 2 | +53 | -15 |
2013-04-27 12:50 | fsdb: Fix issue with dbMap update | sin | 1 | +2 | -2 |
2013-04-26 15:52 | fsdb: Add some comments, ensure lock is taken in Len() | sin | 1 | +3 | -1 |
2013-04-26 15:42 | fsdb: Add TODO | sin | 1 | +1 | -0 |
2013-04-26 14:33 | fsdb: Cleanup the code | sin | 2 | +109 | -64 |
2013-04-22 14:55 | kunt: Update TODO | sin | 1 | +1 | -1 |
2013-04-21 14:34 | kunt: Update TODO | sin | 1 | +11 | -1 |
2013-04-21 13:36 | Update fsdb init function - remove unnecessary newlines from !randquote and !randcmd | sin | 2 | +10 | -8 |
2013-04-21 13:07 | kunt: Sleep 512ms between each line in the TODO file | sin | 1 | +1 | -0 |
2013-04-21 12:54 | kunt: Add radio URL to !radio | sin | 1 | +2 | -0 |
2013-04-21 12:44 | Apply changes by dsp | sin | 2 | +170 | -147 |
2013-04-18 10:34 | kunt: Add radio + games functionality | sin | 2 | +58 | -24 |
2013-04-18 10:33 | irc: Update irc package | sin | 2 | +54 | -17 |
2013-04-18 10:32 | games: Add a hangman game | sin | 1 | +218 | -0 |
2013-04-17 11:13 | Update build script | sin | 1 | +0 | -2 |
2013-04-17 11:05 | kunt: Update kunt to use the irc package | sin | 1 | +87 | -199 |
2013-04-15 16:07 | Add irc package | sin | 6 | +535 | -0 |
2013-04-13 19:41 | Initial commit | sin | 10 | +650 | -0 |