Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-10-02 | WIP: added joinswitch.pl | Tom Feist | 1 | -0/+99 | |
joinswitch - either joins a specified channel, or switches to it if you are already joined there. Bit more complicated due to heuristics to match /^#+$channel/. | |||||
2011-09-21 | TODO notes | richo | 1 | -0/+4 | |
2011-09-21 | Staging a few ideas on this slow shutdown issue | richo | 1 | -1/+2 | |
2011-09-20 | Remove deprecated docs | richo | 1 | -5/+0 | |
2011-08-01 | Updated docs | richo | 1 | -3/+3 | |
2011-07-18 | at least on some networks, just a prefix is valid | richo | 1 | -1/+1 | |
2011-07-18 | Recognise other channel prefixes and characters | richo | 1 | -2/+2 | |
2011-07-18 | Only attempt join if channel exists | richo | 1 | -5/+6 | |
2011-07-18 | Retrieve channel data before attempting to work out channel list | richo | 1 | -1/+1 | |
2011-01-07 | (no commit message) | Rich Healey | 1 | -0/+2 | |
2011-01-07 | - is a valid character in a channel name. | Rich Healey | 1 | -1/+1 | |
2011-01-06 | Merged changes from masterjoin_password_channels | Rich Healey | 1 | -0/+224 | |
Shabble, you can now unmerge them if you want. | |||||
2011-01-05 | Added support for tab completion. | Rich Healey | 1 | -1/+15 | |
I believe this patch will work with your original setup too :) | |||||
2011-01-01 | Uses the channel add [] infracstructure as a datastore.richoH-master | richo | 1 | -6/+42 | |
2010-12-31 | auto_server: oops, 'setup changed' signal was calling the wrong thing. | Tom Feist | 1 | -1/+1 | |
2010-12-31 | auto_server: bugfix: forgot to remove pending items from queue after joining ↵ | Tom Feist | 1 | -0/+20 | |
the channel | |||||
2010-12-31 | auto_server: initial commit - script to handle connecting to various servers | Tom Feist | 1 | -0/+152 | |
behind the scenes, based on a channel -> server mapping setting. |