| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | added a warning message to prompt_info indicating that the user hasn't modified | Tom Feist | 2010-09-20 | 1 | -0/+11 |
* | added 'space' option to scrolled reminder to take you to the end of the | Tom Feist | 2010-09-20 | 1 | -1/+6 |
* | cleaned up formatting, referenced origin of url regex, and filled out script ... | Tom Feist | 2010-09-17 | 1 | -4/+13 |
* | left a debugging print in. Commented it out now. Bah. | Tom Feist | 2010-09-16 | 1 | -1/+1 |
* | fixed bug that tried to complete non-uri strings, and also added a check to see | Tom Feist | 2010-09-16 | 1 | -2/+4 |
* | modified it to use DaringFireball liberal uri match rather than re::common to... | Tom Feist | 2010-09-16 | 1 | -3/+42 |
* | added a script to tab-complete URIs into their tinified equivalents | Tom Feist | 2010-09-16 | 1 | -0/+29 |
* | added some requests for help notes to the index page | Tom Feist | 2010-09-05 | 5 | -9/+499 |
* | extracted all signals from irssi codebase, uniqed and sorted: complete-signal... | Tom Feist | 2010-08-27 | 3 | -0/+1140 |
* | A custom expando like $M that doesnt show channel key | Tom Feist | 2010-08-26 | 1 | -0/+24 |
* | lots of doc updates | Tom Feist | 2010-08-23 | 8 | -127/+390 |
* | moved some stuff into General, and started to modify buildpod.pl to render a ... | Tom Feist | 2010-08-22 | 7 | -13/+231 |
* | oh god stupid git. Well, also my fault for committing the wrong thing. | Tom Feist | 2010-08-21 | 1 | -62/+0 |
* | move fail. Meh | Tom Feist | 2010-08-21 | 1 | -4/+27 |
* | renamed patch file with svn rev patched against | Tom Feist | 2010-08-21 | 1 | -0/+62 |
* | added masshilight on requset form bikcmp - modified original to support confi... | Tom Feist | 2010-08-21 | 1 | -0/+111 |
* | added first attempt at a patch for creating bindings accessor. Currently live... | Tom Feist | 2010-08-21 | 7 | -282/+473 |
* | some stuff with colour popups | Tom Feist | 2010-08-04 | 7 | -41/+45 |
* | initial add of mirc_colour_popup.pl | Tom Feist | 2010-07-31 | 2 | -0/+91 |
* | working? verion of scrolled reminder | Tom Feist | 2010-07-24 | 2 | -28/+144 |
* | moved testing stuff to a signle dir | Tom Feist | 2010-07-24 | 7 | -3/+63 |
* | added some text files with various irssi perl-xs glue function dumps | Tom Feist | 2010-07-24 | 2 | -0/+382 |
* | moved prompt_info to its own subdir | Tom Feist | 2010-07-24 | 1 | -0/+0 |
* | moved most tests to feature-tests/ | Tom Feist | 2010-07-24 | 8 | -150/+0 |
* | updated script info to add my url and to change contact details to me | Tom Feist | 2010-07-24 | 1 | -3/+3 |
* | added some notes to the rl_history_search script regarding the use of Ctrl-S ... | Tom Feist | 2010-07-24 | 1 | -1/+9 |
* | something confusing going on here, have I got nested repos? | Tom Feist | 2010-07-24 | 9 | -0/+695 |
* | misc stuffs | Tom Feist | 2010-07-24 | 3 | -48/+23 |
* | modified parse_xsfuncs to output arguments as well | Tom Feist | 2010-07-24 | 1 | -3/+24 |
* | more doc stuffs | Tom Feist | 2010-07-24 | 3 | -7/+30 |
* | additional docs about some Irssi:: core funcs | Tom Feist | 2010-07-23 | 5 | -37/+79 |
* | removed deprecated irssi::theme pod | Tom Feist | 2010-07-22 | 3 | -11/+14 |
* | added additional packages and full function dumps to pod, unformatted so far | Tom Feist | 2010-07-22 | 23 | -12/+770 |
* | added messagelevel docs to irssi.pod, more stuff in guide, and a little scrip... | Tom Feist | 2010-07-22 | 6 | -70/+358 |
* | added formats, and some copypasta from default.theme comments into theme | Tom Feist | 2010-07-21 | 11 | -152/+316 |
* | stubbed out empty files, mroe content in Guide | Tom Feist | 2010-07-21 | 9 | -5/+110 |
* | added some stuff to the guide, and cleaned up some irssi.pod function descs | Tom Feist | 2010-07-21 | 12 | -71/+201 |
* | more fixing and moving | Tom Feist | 2010-07-16 | 7 | -19/+23 |
* | moved process to ui namespace | Tom Feist | 2010-07-16 | 4 | -18/+31 |
* | removed irssi/window since it was only a placeholder | Tom Feist | 2010-07-16 | 1 | -3/+0 |
* | hmm, apparently git didn\'t notice my renaming | Tom Feist | 2010-07-16 | 31 | -0/+3173 |
* | renamed everything to .pod since they are not actually perl modules | Tom Feist | 2010-07-16 | 33 | -3204/+0 |
* | signals maybe finished! | Tom Feist | 2010-07-16 | 7 | -279/+1719 |
* | reformatting of signals into more useful format for parsing, work on teh sign... | Tom Feist | 2010-07-13 | 2 | -95/+669 |
* | started marking up signals for auto-generation | Tom Feist | 2010-07-12 | 4 | -19/+216 |
* | more reformattingm, added a guide.pm for general stuff | Tom Feist | 2010-07-10 | 19 | -426/+756 |
* | Forgot to add a whole bunch of files | Tom Feist | 2010-07-10 | 11 | -0/+382 |
* | migrated quite a lot of the perl.txt into individual modules | Tom Feist | 2010-07-10 | 5 | -508/+908 |
* | added a build script for POD to html | Tom Feist | 2010-07-09 | 1 | -0/+17 |
* | added history_search and scrolled-reminder as work in progress | Tom Feist | 2010-07-09 | 9 | -0/+2448 |