aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* added T:I:T as the base object for creating tests with.Tom Feist2011-02-261-0/+10
* defined check to prevent a warning in flush_input_buffer() [thanks DE1]Tom Feist2011-02-241-1/+1
* more work on testing system for irssi. Most of the screenscraping now works,Tom Feist2011-02-247-80/+260
* added test and launcher scriptTom Feist2011-02-212-0/+51
* mostly working except for callback handling. Removed original auto-testingTom Feist2011-02-214-130/+199
* added a gitignore for generated stuff and other pointless cruftTom Feist2011-02-211-0/+5
* start of a test. Only checks if things load, but that's proving hard enogh s...Tom Feist2011-02-211-3/+5
* moving a whole bunch of code around into a modular sort of thing. Still a bi...Tom Feist2011-02-216-140/+231
* start of makign this a proper moduleTom Feist2011-02-217-19/+183
* modified gitignore to ignore compilation products from modules/ subdirsTom Feist2011-02-211-0/+2
* moved testing into its own dirTom Feist2011-02-211-0/+0
* minor whitespace muddlingTom Feist2011-02-211-6/+8
* mostly functional as script, final comit before transitioning into Test::Irss...Tom Feist2011-02-201-9/+16
* fix for program args: make it a referenceTom Feist2011-02-191-1/+1
* added program args to Wheel::RunTom Feist2011-02-191-3/+14
* added a 'overlay' loadable module that's hopefully going to do osme dirty dirtyTom Feist2011-02-195-14/+36
* updated auto-testing to ebe able to handle inputs, and partially process the ...Tom Feist2011-02-191-12/+52
* semi-working wrapper for irssi allowing command/keystroke injection. Still needTom Feist2011-02-191-52/+132
* initial commit, probably about to get blasted.Tom Feist2011-02-191-0/+74
* added module 'overlay' to test out some ideas for fiddling with curses widget...Tom Feist2011-02-198-0/+543
* added some detail on FSM for input control, and how to detect <esc> sequences.Tom Feist2011-02-191-18/+55
* input.txt: Add some general ideas.Simon Ruderich2011-02-191-1/+18
* added input.txt where we can plan how the new input system will workTom Feist2011-02-191-0/+4
* fixed deprecated warning on defined (%hash)Tom Feist2011-02-191-1/+1
* try to keep track of forwarded channels (#foo -> ##foo) and /j takes you to tehTom Feist2011-01-181-7/+18
* joinforward/joinforward: a first pass at a script which observes redirectionTom Feist2011-01-181-19/+56
* mroe changes to easy_exec to try to get tab-completion of function names. Works,Tom Feist2011-01-181-27/+32
* signal_logger: an test to determine how signals are fired, and if they areTom Feist2011-01-181-0/+170
* ido-mode/ido_switcher: added C-k to close windows without exiting modeTom Feist2011-01-151-1/+16
* bindings: added an example of parsing bindings a'la adv_windowlist. needs someTom Feist2011-01-151-0/+77
* changed it to actually /join rather than /window goto.Tom Feist2011-01-131-1/+1
* added joinforward: a script to make sure when you try joining a forwaradedTom Feist2011-01-131-0/+54
* pipes: added an example feature test on how to use pipes for non-blockingTom Feist2011-01-123-4/+146
* some dirty hacks to make the package appear as an internal module, LeoNerd++Tom Feist2011-01-091-5/+13
* added new module stub for attemping to extend perl APITom Feist2011-01-098-0/+568
* cloned test module to start work on a useful moduleTom Feist2011-01-098-0/+569
* ido-mode/ido_switcher: added a ido_show_active_first setting to prioritisebare_module_v1.0Tom Feist2011-01-091-8/+17
* module/test: putting my email address on the internets? Great idea!Tom Feist2011-01-091-1/+1
* module/test: documented it a bit better, and add an unload message.Tom Feist2011-01-096-17/+42
* uberprompt: added /help prompt to mimic built-in help stuffs.Tom Feist2011-01-091-0/+47
* uberprompt: switch to _debug_print(), and clean up some unnecessary debugging...Tom Feist2011-01-091-15/+13
* uberprompt: use argument parser to ensure a mode is set for /prompt setTom Feist2011-01-091-7/+40
* make the blasted link absolute to stop GH screwing with me.Tom Feist2011-01-081-1/+1
* fixed broken uberprompt link in readmeTom Feist2011-01-081-1/+1
* updated readme for scripts repoTom Feist2011-01-081-0/+17
* Merge branch 'master' of github.com:shabble/irssi-scriptsTom Feist2011-01-081-1/+1
|\
| * - is a valid character in a channel name.Rich Healey2011-01-071-1/+1
* | moved docs/ to https://github.com/shabble/irssi-docsTom Feist2011-01-0860-35999/+0
|/
* Merge branch 'tab_completion'join_password_protected_channelsRich Healey2011-01-051-1/+15
|\
| * Added support for tab completion.Rich Healey2011-01-051-1/+15