Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2014-08-26
12:51
Remove accidentally added score. Leaf check-in: 9f8cf3473e user: xfix tags: hidden, trunk
12:48
Ban DoofBot. check-in: 31419ead42 user: xfix tags: hidden, trunk
12:48
Make the tell message actually show. check-in: 4065448028 user: xfix tags: hidden
12:29
Improve protection from impeaching the bot itself. check-in: 59bb0e35f4 user: xfix
12:28
Remove Nice Try when using Unicode. check-in: 5f19f8744e user: xfix tags: trunk
12:26
Make regexes actually use case insensitivity. check-in: 95fe4bd4fe user: xfix tags: trunk
12:26
Remove useless part of !tell regex. check-in: 6e91cf571b user: xfix tags: trunk
12:25
Force spaces for tell. check-in: 142a1dce97 user: xfix tags: trunk
12:21
Add support for !tell. check-in: be773eb316 user: xfix tags: trunk
11:40
Make it possible for commands to skip processing of on_message event. This fixes the issue that disallowed s/// from changing its own output. check-in: b3040379bd user: xfix tags: trunk
11:37
Don't use regex for always running command. This fixes issue of s/// not seeing the previous ran commands. check-in: 03f32af007 user: xfix tags: trunk
2014-08-25
20:18
Make commands case insensitive in showdown branch as well. check-in: bb606a33c4 user: xfix tags: showdown
20:12
Make commands case insensitive. check-in: 9790179e47 user: xfix tags: trunk
19:33
Add a command to get Showdown score. check-in: cdb3249685 user: xfix tags: showdown
18:43
Add JORSUN SwiftRage. check-in: 807a3f3548 user: xfix tags: trunk
18:28
Add ban list. check-in: a33b48c0d9 user: xfix tags: trunk
18:13
Support /me in s/// command. check-in: 8551e50358 user: xfix tags: trunk
17:21
Fix --lint warnings. check-in: 917d24c7f7 user: xfix tags: trunk
17:05
Add link to Reddit. check-in: c02edfe915 user: xfix tags: trunk
17:01
There is no need to store very big messages. check-in: 89a077fb6d user: xfix tags: trunk
16:42
Make impeaching the bot harder. check-in: ef817c13c4 user: xfix tags: trunk
16:26
It's IDENTIFY, not IDENTITY. check-in: 5ffd10850d user: xfix tags: trunk
16:22
Allow NickServ authentication. check-in: c4656d07d7 user: xfix tags: trunk
16:18
Add support for !impeach. check-in: 89561235e9 user: xfix tags: trunk
16:02
Support a separate configuration file. check-in: 024d3c4318 user: xfix tags: trunk
15:25
Remove accidental \\. check-in: 39201c16e9 user: xfix tags: trunk
15:22
Allow skipping final / in s///. check-in: 64a5a1886b user: xfix tags: trunk
15:13
Put YayBot detector before saving. check-in: 5295a3e847 user: xfix tags: trunk
15:12
Allow Y+A+Y. check-in: b34e056973 user: xfix tags: trunk
15:06
Update the server location. check-in: 112721c949 user: xfix tags: trunk
15:04
Add command to get source code. check-in: 4e29914091 user: xfix tags: trunk
14:59
Use push_command() function instead of manually assigning indices. This helps avoiding issues with indices, and helps with diffs. check-in: be5e877e04 user: xfix tags: trunk
14:51
Allow summoning in YayBot. check-in: 793b371497 user: xfix tags: trunk
14:45
Never bet on Entei. check-in: 00f5165ff4 user: xfix tags: trunk
14:42
Use array of hash table instead of hash table for commands. gawk doesn't guarantee the order, therefore the last meta command could have been called when it's not wanted. This commit fixes this issue. check-in: 22cb0efaac user: xfix tags: trunk
14:32
Add a command to ask Helix. check-in: 95d5f2729f user: xfix tags: trunk
14:19
Allow praising Root as well. check-in: e69779fbd5 user: xfix tags: trunk
14:18
Allow praising Claw. check-in: 543990883b user: xfix tags: trunk
14:16
Use correct username for YayBot. check-in: 0376e9ed7d user: xfix tags: trunk
14:15
Rename functions variable to commands variable. check-in: c34a575b4e user: xfix tags: trunk
14:12
Add MIT license to two files. check-in: 626b30dac2 user: xfix tags: trunk
14:10
Move commands to separate file. check-in: f58a5eb883 user: xfix tags: trunk
14:08
Implement flood protection, to protect against infinite loops between other bots. check-in: d6fb0f01ed user: xfix tags: trunk
13:52
Add support for s///. check-in: 64dceea474 user: xfix tags: trunk
13:49
Fix invalid message handling. check-in: 287dad51c5 user: xfix tags: trunk
13:23
Allow praising Amber (Salvation Is Balance). check-in: c89acad176 user: xfix tags: trunk
13:21
Add command to praise dome. check-in: 3bfe8fe9c2 user: xfix tags: trunk
13:13
Parse the nick, and use it in praise_helix command. check-in: ee4b2237cf user: xfix tags: trunk
13:07
Only define channel for PRIVMSG. check-in: 0181524979 user: xfix tags: trunk
13:05
Allow functions to receive arguments. check-in: 44933477d4 user: xfix tags: trunk