Commit graph

12 commits

Author SHA1 Message Date
Mikko Ahlroth
455204cf7c Fix typespecs in records and add initial implementation for IRC.PRIVMSG 2013-08-03 00:38:11 +03:00
Mikko Ahlroth
c5e925b214 URL analyzer rewritten as GenServer, works pretty well. Added utilities 2013-07-15 23:18:52 +03:00
Mikko Ahlroth
14830d9c99 Connection ID and IRC message record 2013-07-11 01:22:29 +03:00
Mikko Ahlroth
bbc2a6520b Connection completely rewritten to use GenServer pattern
Buffer now calls Connection through :gen_server. Connection buffers all
messages leading to a chicken and egg situation, but alas. Maybe I'll figure
out a better solution some day.
2013-07-10 01:29:29 +03:00
Mikko Ahlroth
322e8676ff Replace magic numbers t and m with constants 2013-07-07 13:56:27 +03:00
Mikko Ahlroth
6e8e3172c9 Add a buffer for slowing message output to avoid flooding out the bot 2013-07-07 13:43:36 +03:00
Mikko Ahlroth
38d3ae44b4 Initial work on a URL analyzer plugin 2013-06-27 23:56:27 +03:00
Mikko Ahlroth
6a0e2aace9 Whoops, didn't mean to commit that 2013-06-23 20:28:57 +03:00
Mikko Ahlroth
e4e78a167f Altnick implementation, initial stuff for handler 2013-06-22 23:48:33 +03:00
Mikko Ahlroth
ae83e6c98f Rearrange code a bit, test spawning processes 2013-06-15 22:48:49 +03:00
Mikko Ahlroth
e1609f3e28 Initial IRC connection test 2013-06-14 00:49:31 +03:00
Mikko Ahlroth
e6edcec903 Initial mix new 2013-06-13 20:38:30 +03:00