index
:
ar/gorepost
configurable-file-paths
master
ar
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
irc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Last change was overcomplicated.
Robert Gerus
2015-12-23
2
-20
/
+12
*
Give explicit notice on message truncation.
Robert Gerus
2015-12-23
2
-7
/
+51
*
Brainfart.
Robert Gerus
2015-12-14
1
-2
/
+2
*
Use external dyncfg.
Robert Gerus
2015-12-14
1
-3
/
+3
*
Adjust irc package to changes in config.
Robert Gerus
2015-12-12
2
-9
/
+10
*
Fix a possible panic.
Robert Gerus
2015-12-09
1
-1
/
+5
*
Fix remaining data races in test suite.
Robert Gerus
2015-12-09
1
-1
/
+3
*
Reduce the number of data races to 11.
Robert Gerus
2015-12-09
1
-7
/
+9
*
We only use go1.5 anyway now.
Robert Gerus
2015-12-07
1
-151
/
+0
*
Don't reconnect furiously.
Robert Gerus
2015-11-29
1
-0
/
+1
*
Fix tests for irc package on legacy go.
Robert Gerus
2015-11-29
1
-1
/
+1
*
Fix tests for irc package.
Robert Gerus
2015-11-29
1
-1
/
+1
*
Make irc.Sender a function instead of coroutine.
Robert Gerus
2015-11-29
1
-37
/
+19
*
Don't use bytes.Buffer when not needed.
Robert Gerus
2015-11-20
1
-7
/
+0
*
Build tag is more important that copyright.
Robert Gerus
2015-11-19
2
-6
/
+6
*
Disable half of irc package tests for now.
Robert Gerus
2015-11-19
1
-1
/
+4
*
Try making tests go1.2 compatible again.
Robert Gerus
2015-11-19
2
-0
/
+150
*
Crude set of tests for irc connection.
Robert Gerus
2015-11-19
2
-0
/
+155
*
irc.Keeper() and irc.Cleaner() can now quit.
Robert Gerus
2015-11-18
1
-26
/
+52
*
Import message tests from github.com/sorcix/irc
Robert Gerus
2015-11-18
1
-0
/
+544
*
Use new interfaces from config in irc.
Robert Gerus
2015-11-18
1
-5
/
+5
*
Fix error strings.
Robert Gerus
2015-11-17
1
-2
/
+2
*
Dispatcher does not need to be a goroutine.
Robert Gerus
2015-11-17
1
-22
/
+15
*
Fix godoc a bit.
Robert Gerus
2015-11-16
2
-2
/
+7
*
Document irc package
Robert Gerus
2015-11-12
2
-3
/
+21
*
Add copyright headers.
Robert Gerus
2015-11-12
2
-0
/
+6
*
Code cleanup - do away with exports
Robert Gerus
2015-11-11
1
-5
/
+5
*
Removed lots of old code and fixed #6
Robert Gerus
2015-11-10
1
-50
/
+50
*
Fix #7 - config package is now reusable
Robert Gerus
2015-11-10
2
-9
/
+5
*
Fix remainging "hiera" issues
Robert Gerus
2015-11-10
2
-1
/
+19
*
It /mostly/ works now.
Robert Gerus
2015-11-10
2
-4
/
+5
*
It's hierryfying and does not build… yet
Robert Gerus
2015-11-09
1
-2
/
+4
*
Implement read timeouts - we should get a ping or other message at least once...
Robert Gerus
2015-11-09
1
-1
/
+2
*
Handle errors on connection.
Robert Gerus
2015-11-09
1
-17
/
+19
*
Cleanup the dispatcher.
Robert Gerus
2015-11-08
1
-2
/
+4
*
Make sure we close the dispatcher.
Robert Gerus
2015-11-08
1
-0
/
+1
*
Fix the synchronisation issues…
Robert Gerus
2015-11-08
1
-15
/
+19
*
Most of these fields don't need to be public anyway
Robert Gerus
2015-11-08
1
-27
/
+27
*
Remove old dispatcher
Robert Gerus
2015-11-08
1
-20
/
+0
*
It responds to pings now
Robert Gerus
2015-11-08
2
-331
/
+25
*
Close channels if they're open, possibly fix the memleak.
Robert Gerus
2015-11-08
2
-0
/
+315
*
Unify log messages
Robert Gerus
2015-11-07
1
-4
/
+4
*
Make the log messages a bit more reasonable
Robert Gerus
2015-11-07
1
-3
/
+2
*
Things start work, finally.
Robert Gerus
2015-11-07
1
-32
/
+105
*
Fixup
Robert Gerus
2015-11-07
1
-4
/
+4
*
Placeholder message dispatcher.
Robert Gerus
2015-10-20
1
-0
/
+8
*
Fix formatting and input/output channels
Robert Gerus
2015-10-20
1
-10
/
+12
*
Expose username and realname to configuration and make use of it in irc.Dial()
Robert Gerus
2015-10-20
1
-1
/
+12
*
Fix the bloody writer…
Robert Gerus
2015-10-20
1
-3
/
+3
*
Apparently some things do not really like to be pointers
Robert Gerus
2015-10-20
1
-5
/
+5
[next]