Timeline
Sep 5, 2008:
- 12:24 AM Changeset [96134cb]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by
- Handle replies to unknown Jabber messages more gracefully.
Sep 2, 2008:
- 11:01 AM Changeset [fd472a7]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by
- Fixing the documentation for subscribe and unsubscribe.
Sep 1, 2008:
- 10:39 PM Changeset [f830d84]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by
- Make :subscribe and :unsubscribe default to an instance of '*'
Aug 25, 2008:
- 8:11 PM Changeset [740d5f7]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by
- Move Zephyr and AIM reply command logic into perl. This has the side effect of fixing quoting, so you can now correctly reply to instances like ["can't touch this"].
- 8:11 PM Changeset [147d880]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by
- Move 'zwriteline' to a message attribute, not a field in struct owl_message.
Aug 22, 2008:
- 9:48 PM Changeset [da466e0]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by
- At broder/ccpost's suggestion, add a typewindelta variable that lets you expand the typewin on small screens when it is active, and keep it small by default.
- 12:22 PM Changeset [cdc6ff1]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by
- Implement a getfilter command to get the text of a filter.
Aug 21, 2008:
- 6:20 PM Changeset [680ada9]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by
- Properly quote generate reply commands for Jabber
- 6:20 PM Changeset [5b75e8b]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by
- Implement BarnOwl::quote() to fully quote a string against command parsing
- 6:20 PM Changeset [d5dcd7c]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by
- Use replycmd/replysendercmd subs rather than properties for Jabber.
- 6:18 PM Changeset [57cf4f9]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by
- Make owl_function_reply call methods to get the replycmd. For backwards compatibility, we add default sub replycmd and sub replysendercmd to BarnOwl::Message, which just return the value of the property.
- 2:37 PM Changeset [7a45a72]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by
- BarnOwl/Modules/Jabber.pm: Small stylistic cleanup
- 12:01 PM Changeset [a82e091]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by
- Rename :reload to :reload-module, as :reload is already in use by a number of custom .owlconfs including my own
- 2:08 AM Changeset [38a7f22]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by
- Convert Message::IRC and Message::Jabber to use the new BarnOwl::command() We should now be able to properly narrow to MUCs and users and channels containing whitespace or quotation marks.
- 12:52 AM Changeset [c4ba74d]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by
- Make BarnOwl::command() accept a pre-tokenized command. If given more than one argument, BarnOwl::command now treats the arguments as an argv list to execute the command with. Previously it only accepted a single argument, so this should not change the behavior of any existing code.
Aug 20, 2008:
- 5:05 PM Changeset [aef51f8]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by
- Remove the opcode nolog "feature"
- 2:19 AM Changeset [72b61dd]release-1.10release-1.7release-1.8release-1.9 by
- Try to add a string hook entry before adding a coderef, to work better with r1105 and newer barnowl.
- 2:16 AM Changeset [167044b]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by
- Support string hook entries. perlwrap.pm: Support calling and adding string hook entries in BarnOwl::Hook IRC.pm: Switch our hooks to use string entries Jabber.pm: Switch our hooks to use string entries ModuleLoader.pm: No longer clear all hooks on reload This should have the net effect that we can safely reload single modules.
- 2:16 AM Changeset [5987370]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by
- ModuleLoader.pm: Add a :reload command which reloads a single module
- 2:16 AM Changeset [e9bb404]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by
- editwin.c: Don't make owl_editwin_insert_char increase e->bufflen twice This seems to fix at least some cases of the editwin becoming confused and causing text entry to not work quite right (often manifesting as a trailing '.' on a line by itself not sending a zephyr)
Aug 10, 2008:
- 5:38 PM Changeset [0504f63]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by
- Rewrite owl_filter_print to use GString. barnowl will no longer segfault on `show filter' with filters over 5000 characters or so.
- 10:53 AM Changeset [61abb18]barnowl_perlaim by
- Now it compiles. Highly likely to leak or crash, although it seems to work for me...
- 8:33 AM Changeset [d81f8d0]debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9 by
- Fix a buffer overflow -> segfault due to strcat
Note: See TracTimeline
for information about the timeline view.