Timeline
10/03/09:
- 21:46 Changeset [6f0fbe950412b11912c73c0b3e66cfc2018a5e7a] by
- Add a function for perl to query whether Zephyr is available.
- 21:36 Changeset [df569c5eb46b5d49a751dd14bf058b51e28e09f1] by
- Add a perl hook that is called once Zephyr is initialized. Some ...
- 20:45 Changeset [39e81f799239d76e4d42870e6aabcb35d6e2c059] by
- Return unicode strings to perl. Define a new typedef, 'utf8', in ...
- 20:45 Changeset [0c4a190dd56c6e2fcdf3a8fd077cade98620946d] by
- IRC: Encode outgoing messages as utf-8. I believe this closes #87. It's ...
- 20:45 Changeset [82a79a6c5ab26bb0a23dd72629b9750af5d68c26] by
- AIM: Correctly send outgoing IMs with high-bit characters. Encode ...
- 20:45 Changeset [1fdca1ba004d56eb347146421fd728b822931f1d] by
- AIM: Decode incoming messages properly. We can handle unicode now, so ...
- 20:44 Changeset [09ff1eb7370de312e8c2eff74221cfb974dc1df7] by
- Some simple tests for perlglue functions handling Unicode properly.
- 17:48 Changeset [ecee82f6b16f57700264fae58d35a924920f1e8e] by
- IRC: Fix '-a' with commands that take a channel. Previously, the use of ...
- 17:34 Changeset [0e8a0fcaf6f6b6f6420d2477ef0b03aa969151dd] by
- IRC: Remove channels from the channel list on disconnect.
- 17:06 Changeset [9f5e847383d3e297b0a9481e08e97fb3368f0cfb] by
- owl_select_check_sigtstp: Fix prototype to use (void).
- 16:56 Ticket #109 (:irc-join channel without # fails silently) created by
- Trying to join an IRC channel but leaving off the initial # displays no …
- 16:46 Ticket #50 (Make barnowl unsuspendable) closed by
- 16:16 Changeset [3eb52d755e49c5af9715a00406e2ae5eca58033e] by
- Merge branch 'master' into ...
- 10:15 Changeset [8830f79f53d5aa2fcf07ca1c06630fc6c8797f76] by
- Merge branch 'davidben/context-slice' Conflicts: perlglue.xs
- 10:12 Changeset [340c3e79617a8c1179a58118a0f7adbb87fc40d4] by
- owl_function_error: Bail out early in the case of recursive ...
- 10:11 Changeset [40bda849e3445a8d5240f9d206ad074001764a2c] by
- Catch ^Z and display a message instead of suspending.
- 10:06 Changeset [e2f7963568918f41e7b65c6eeaed2a1cd8b032d7] by
- Fix missing commands from command completion. If even a command is ...
- 01:53 Changeset [e4f4287c66bb5c0e7b9fa5205aeb53d636aec84b] by
- Enable Context::shift_words tests and add one Now that the tester can run ...
- 01:53 Changeset [5fdc56247c5d5b114e51cd431657f3c187fddc5d] by
- Fix typo in _complete_filter_expr Forgot to fully switch to the new index ...
- 01:53 Changeset [1167bf1098ad511a9390361dd5b88a090b872377] by
- Add tests for complete_filter_expr Tests: - initial setup - not forwards ...
- 01:52 Changeset [42ad91716a0f429f02385235acffa71546e28caa] by
- Add perl_tester to run perl in barnowl environment Main function ...
10/01/09:
- 17:31 Ticket #108 (delete-prev-word with multibyte characters loses some bytes after the ...) closed by
- fixed: Fixed in commit 2184001c40142118127a6101aeb6da9357898928.
- 17:30 Changeset [2184001c40142118127a6101aeb6da9357898928] by
- Make kill-region stop killing extra bytes after multibyte ...
- 17:11 Ticket #108 (delete-prev-word with multibyte characters loses some bytes after the ...) created by
- Start with the cursor on the f in I haven’t figured out (that’s a …
- 15:45 Ticket #107 (IRC topic change should specify network/channel and not be an admin ...) created by
- Currently IRC topic changes are displayed as[…]
09/30/09:
- 21:32 Changeset [9300fe5a31b78c596f5201845dc5257e1630b216] by
- Zephyr completion: Convert fields to lowercase for completing. Classes, ...
- 21:32 Changeset [27a190391c625772dd88641c4bd76bf36bfb6605] by
- IRC Completion: Use networks and channels from the IRC module.
- 21:32 Changeset [5b483a658443559e90bd6672bfe7625d4f4def92] by
- Add minimal completion for 'aimwrite'.
- 21:32 Changeset [955a36ef84bad0cfeb1e445598bf61de3856e4fb] by
- Squelch some 'uninitialized' warnings in IRC completion. IRC join, part, ...
- 01:02 Changeset [e97c5d051441fc88462b69a71e396bcbabef078e] by
- Implement a shift_words method on completion contexts. This allows ...
- 01:02 Changeset [b06a888b5e93b01770d3acf31f21dc733e817c3f] by
- Complete startup by forwarding to main completer
- 01:02 Changeset [76e0e4ae0f90385f64ad98aea055345207b81204] by
- Reimplement complete_filter using shift_words Fixes bug with -c and -b ...
- 01:02 Changeset [60350081f3e14da7c34cd6543d348dad6674303d] by
- Drop start argument to complete_filter_expr Use context slicing instead. ...
- 01:02 Changeset [a3a9eb73bf0972305a6b4df90ea6e4d482d6b4e0] by
- Move complete_filter_{expr,name} to own module Moved to Complete::Filter ...
- 01:02 Changeset [69c27e6211624978c76b0f196e79d063e4d143d3] by
- Don't suggest repeated flags in complete_flags For most commands, it ...
- 01:02 Changeset [9e5b5fdef1dac8b4eeaeaf49810ab65f616de7c0] by
- Export skiptokens to perl.
09/28/09:
- 23:23 Changeset [402eb16f83f146be17c418d167ad50abe48854b7] by
- owl_function_prevmsg_full: Remove unused variable ...
- 23:23 Changeset [b0a6ea071d1d3ed9c4b85a1f2413828a8e552330] by
- owl_function_zcrypt: Remove unused assignment to mymsg. Signed-off-by: ...
- 23:23 Changeset [ebbeb39b3420cc3babc67dd5274cd93f99874d76] by
- owl_text_quote: Don’t leak a kretch-sized buffer. Signed-off-by: Anders ...
- 23:23 Changeset [61de0850fedd7ac9f03bd5642d1ea9fc10d970e9] by
- owl_command_zlist: zlist {-e|-t} have never worked; remove ...
- 23:23 Changeset [f119757ac31f8512736f47ad09423377daa09f80] by
- g_utf8_next_char can’t return NULL; remove redundant ...
- 23:23 Changeset [9bda818b76c6a0e17c11aa5585b0a2dccea94030] by
- owl_mainwin_redisplay: Remove redundant call to ...
- 23:23 Changeset [682fb8de48a3360b75c3768a2ace10a3b5cfb1ef] by
- owl_function_dump: Remove unused variable count. Signed-off-by: Anders ...
- 23:23 Changeset [a6ac9feedeab8cdb3309a8fba4273e12f7c8f562] by
- owl_zcrypt_encrypt: Remove unused variable use_buffer. Signed-off-by: ...
- 23:23 Changeset [e3c4ba221907b228da41bc7c3e9760a479f468b1] by
- oe_reframe: Remove unused variable point. Signed-off-by: Anders Kaseorg ...
- 21:49 Changeset [1373d35f99e1789e4e4ed08be7c44300cc130063] by
- owl_perlconfig_edit_callback: Actually give up if the callback is ...
- 20:24 Ticket #106 (Jabber auto-away message should be configurable) created by
- I'd suggest the mechanism be for there to be a jabber:away_msg variable, …
- 17:04 Changeset [1a5db78acbe1e35cc374e0cd7048894b36f2d7d9] by
- perlglue.xs: Always return const char * to Perl instead of char ...
- 16:58 Ticket #103 (message text is arbitrarily selected, which messes with (background) ...) closed by
- fixed: Fixed in [39cff489cff7ac1e6f1cdfdea4224942bda97a78]. (Totally by adding …
- 16:48 Changeset [fbadb376c3b1f8601e2112ae0f346c69476f9292] by
- get_zephyr_variable: Actually, the strdup isn’t needed here at ...
- 16:37 Changeset [9cb03bf40b1b1657bcbc00f89982a213289a4a69] by
- get_zephyr_variable: Clean up const and NULL handling. g_strdup and ...
- 15:24 Changeset [39cff489cff7ac1e6f1cdfdea4224942bda97a78] by
- Spread the background color across the right hand side of messages Tell ...
- 15:19 Changeset [de3f6412cb0dc1b4e1044541558395c4c1fd807c] by
- Perl callout for zsig computation + move default to ...
- 15:15 Changeset [bb79a52e8a797321cd1ba544001be2705a83e637] by
- BarnOwl::get_zephyr_variable gets you a .zephyr.vars variable
- 13:14 Changeset [0c4ef539f9fb603a627782b6f3119c90390851d7] by
- Simplify calls to SvREFCNT_inc by using its return value. Signed-off-by: ...
- 13:14 Changeset [e60f98c4893a405339aeacdcdccf80cacf61ec7f] by
- Use OWLCMD_VOID to define alist, blist, and toggle-oneline ...
- 13:14 Changeset [8240bce075da77f2d4bd353e9b0407e35207d738] by
- owl_function_full_redisplay() does not take arguments; don’t give it ...
- 13:14 Changeset [69f47f81a94980d0477a3d1cd948dea0889b4737] by
- owl_select_dispatch_count() does not take arguments; don’t give it ...
- 13:14 Changeset [99068d3e0ba8cd6551104d8a0400d524163beeef] by
- Declare parameters for owl_perlconfig_mainloop (a timer ...
- 13:14 Changeset [c79a04782cf599c7fdc305dbe33acb4b8842c771] by
- Correctly prototype functions with no parameters as foo(void), not ...
- 13:14 Changeset [de8945ba11b47004739c3daa404544342227ea98] by
- Require strict prototypes. Signed-off-by: Anders Kaseorg ...
- 13:14 Changeset [eddee7e563e9e9a0686e7a6fe792a7266fd3a9d0] by
- Remove --install from ACLOCAL_AMFLAGS (for automake < ...
- 13:10 Changeset [fb2f9ab8092bd0ab2cf489d2cad509d378fdd9b2] by
- owl_fmtext_truncate_cols: Remove stray asterisks from ...
- 12:56 Changeset [dd6af024c4bf2c85073470fc34c51442294a0b27] by
- Revert 7b4d90e... and just fix #51 owl_fmtext_truncate_cols once again ...
09/27/09:
- 14:57 Ticket #7 (Presence notification variable) closed by
- worksforme: This has actually been solved. run the command :set jabber:login off
09/26/09:
- 23:58 Ticket #105 (BarnOwl-to-other-AIM-client encoding problem) created by
- There seems to be a bug with the BarnOwl-AIM interface, although I haven't …
- 20:21 Ticket #104 (gChat error when accepting subscription request) created by
- When I receive the following message OWL ADMIN Allow user …
- 20:06 Ticket #103 (message text is arbitrarily selected, which messes with (background) ...) created by
- When colors are applied to messages, they count the message text plus the …
- 16:21 Changeset [c992185902044fdf4d34fa9f78d75d34daa8d892] by
- Reindent varlist.h.
- 16:20 Changeset [4bec23bb6bba9900e0d0f24c0b6ab512aacc6566] by
- Move the list of variables into its own file.
- 16:20 Changeset [59c4b125f39938ba578b2635c9e03529a8696c79] by
- Replace stubgen.pl with preprocessor tricks. Generate variable stubs ...
- 00:15 Ticket #51 (popless_ztext does not display last line if no ending newline) closed by
- fixed: Should be fixed in 7b4d90e2eb25780ff26b3655b57676b3272cbc5b.
09/25/09:
- 19:43 Changeset [7b4d90e2eb25780ff26b3655b57676b3272cbc5b] by
- Handle missing newline in owl_fmtext_truncate_cols Fixes #51. Also ...
- 18:28 Ticket #35 (Cause unsub to warn user if user wasn't subbed to begin with) closed by
- fixed: Should be fixed in da60ba916194bd359810f0be9b5110c6bff8744e.
- 18:08 Changeset [da60ba916194bd359810f0be9b5110c6bff8744e] by
- Cause unsub to warn user if user wasn't subbed Add a return value to ...
09/23/09:
- 12:49 Changeset [dbe172df5975d5c0523ae9ef31a3b77de3dc5cdd] by
- Refresh popwin border when we redisplay viewwin Fixes the bug where ...
09/22/09:
- 23:55 Changeset [53b8c840237f5c8c6d38c35399eab16b597b60cd] by
- owl_message_get_field: Don’t return a constant string to be ...
- 23:55 Changeset [19f0fd23ead6196ce112b998f991e81456d45702] by
- owl_message_get_shorttimestr: Don’t return a constant string to be ...
09/21/09:
- 20:18 Changeset [807385298d5e0a6a503e30ddb46f8b3a5a9b1534] by
- Use an aclocal macro directory m4/, and add the macros we ...
09/20/09:
- 20:36 Changeset [633db301eaf80cc32696ddeab41c3dd5e94045c1] by
- Merge branch 'build' * build: owl_new_sv: Squelch a pointer sign ...
- 20:27 Changeset [168f8a99a7537c27ba6f0ebdd1f1e36fe973ee17] by
- do-release: Support --no-tag for test builds.
09/15/09:
- 21:08 Changeset [2693b1267c8595113719e7614fb716b9398d7eb8] by
- owl_new_sv: Squelch a pointer sign warning.
- 16:22 Changeset [191d5e78d2a465e2a7f6ddae43e1448ea7476d09] by
- Makefile.am: Add zcrypt.c back to BASE_SRCS and kill off ...
- 16:22 Changeset [3daca1324ca0398ead628003a4011fbdd685226f] by
- zcrypt.c: Clean up warnings. Signed-off-by: Anders Kaseorg ...
- 16:22 Changeset [1c89df8f438c2dfca73a85d27b20fd19383f5039] by
- FOO → PERL_CFLAGS in configure.ac Signed-off-by: Nelson Elhage ...
- 16:21 Changeset [d193e28ba11f98616f4a291727a4810a9a205bff] by
- Clean up AC_CHECK_FUNCS call. Signed-off-by: Nelson Elhage ...
- 16:21 Changeset [363eb9d73b189a2f22a9a25a978b01cf18173dc1] by
- configure.ac: Use AC_SEARCH_LIBS for lib{nsl,socket,resolv}. We only want ...
- 16:21 Changeset [cc1eeac39e190f0920468043dfb7ae8eb322c62d] by
- configure.ac: Only use com_err if building --with-zephyr. Signed-off-by: ...
- 16:21 Changeset [806f769c928a7b6241212b0a91753b414b3a2944] by
- configure.ac: Clean up checks for Kerberos IV. Instead of searching a ...
- 16:20 Changeset [fea5ddf28e9314ff2fd0484f89ca9d632b811650] by
- owl_command_zcrypt: Fix a compile warning building without ...
- 01:46 Ticket #102 (Makefile.PL spews “Cannot determine {perl version,author,license} info ...) created by
- I assume this should be easy to fix. […]
- 01:44 Ticket #101 (pm_to_blib is really really loud) created by
- I’ve been working on quieting down the build system output so that …
09/14/09:
- 23:47 Ticket #100 (typewindelta hides status messages) created by
- When typewindelta is set to a non-0 value, status messages from the output …
- 23:35 Changeset [b3a77b113b978887c33023fe52ba25249f8e9ed0] by
- Assume des_ecb_encrypt is prototyped. I can’t find a system that has ...
- 23:35 Changeset [215c119ee835ac36d645babc2e3c04da7e9b44a3] by
- Compile libfaim with -Wno-pointer-sign if the compiler supports ...
- 23:35 Changeset [79245bc7310a8c14bed1c9410b05e639f342fa27] by
- Compile with warnings enabled by default. Signed-off-by: Anders Kaseorg ...
- 23:35 Changeset [ce27cc156d0711372171e53effcd79882943b533] by
- configure.ac: Reimplement -fstack-protector check with ...
- 21:00 Changeset [d7cc50b9bac64c7e71cb55c8686076c33f1f07dd] by
- Death to more RCS keywords. Signed-off-by: Anders Kaseorg ...
- 20:59 Changeset [419391871e32ff5efde498c6ac881194afc45e64] by
- NEWS isn’t. Delete it. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
- 20:59 Changeset [8ea3d472e17384a826dbe19a63eaad545b806c23] by
- codelist.pl, stubgen.pl: Don’t default to processing *.c.
- 20:59 Changeset [3d9f4d349acb9c9ec0a1357b321622ded78d166c] by
- Avoid passing owl.c to codelist.pl, instead of excluding it ...
- 20:18 Ticket #50 (Make barnowl unsuspendable) reopened by
- Um, okay. So, I have a BarnOwl 1.2.1 that won't suspend. Nobody else …
- 19:57 Ticket #50 (Make barnowl unsuspendable) closed by
- fixed: So far as I can tell, BarnOwl is no longer suspendable.
- 09:19 Changeset [4e4847c43520c792fa6e17596790361ca5db61a9] by
- Don't include owl.c when running codelist.
- 09:17 Changeset [f350fc3bddacf13d36d24752c68a0cc932ba18a9] by
- Add equivalent long options for all short options.
09/13/09:
- 20:06 Changeset [799f36cd4d721ff9f4ade3172fe58b44f0f2277a] by
- Use getopt(3) for option parsing. While we're at it, refactor option ...
- 20:05 Changeset [7967433af393b9884ca97ca95e2019dc7197d948] by
- Refactor startup into functions, and some clean up.
09/12/09:
- 23:22 Changeset [5118b3217a9478ce3deb0a9b7299f98b554fa075] by
- Switch jabber keep-alive and auto-away to a timer. Dropping the ...
- 19:55 Changeset [5568b57fe1f2eba4667a4eb50659d085cc9ff1a1] by
- Restore the owl_validate_or_convert in owl_message_set_attribute. I'm not ...
- 19:37 Changeset [eea72a13603338942d86c969f95425ae2fc1f9bd] by
- owl_new_sv: Escape non-utf8 strings before erroring with them. Sending ...
- 18:18 Changeset [f8841ddc23fd16708d63fb2ad1a5e90c05b7a818] by
- Fix a crash when debuggin is enabled. ranges -> {ranges} since the method ...
- 14:24 Changeset [3eaf06e751130514f9e62e04fa2b6b5ac1a3bc54] by
- Don't leak the default tty during startup.
- 13:59 Changeset [c4031456ce10a44d944bf948b5f06a29833bd0f2] by
- Call ZFreeNotice on received ZNotice_t objects.
- 13:38 Changeset [23404227cc86009e8a75b92d73d18669d0f045d6] by
- Remove defunct TODO and BUGS files. If anyone thinks anything in there is ...
09/11/09:
- 23:47 Changeset [845960945fa5fd3fedf0b812e55b968e94326116] by
- editwin: Properly update points inside a replaced region. If the point is ...
- 22:15 Changeset [92660381495fb698dafa3957bee8061c97a43b25] by
- Redraw/refresh the screen every pass through the main loop. In addition ...
- 21:52 Changeset [3b8f219c9c098f80ff890af785b8ba4d79954b21] by
- Invalid a message's formatted version on metadata updates
09/10/09:
- 23:13 Changeset [b9df7570ee591af4c364230254f61b32020e88bf] by
- do-release: Support -f to release without a changelog
09/09/09:
- 23:20 Ticket #95 (new editwin had message-sending regression with . followed by only blank ...) closed by
- 23:19 Ticket #66 (Option to show date in the default style) closed by
- 11:08 Changeset [3e96ff08c5b445d58c5bc3fe0abafc871a0df1fd] by
- owl_command_startup, owl_command_unstartup: Use skiptokens. For a great ...
- 02:30 Changeset [892e89714c1f88dfb1457619e38c3bb9827c97eb] by
- Shift-R on CC zephyrs should go to the sender only
09/08/09:
- 20:43 Changeset [7589f0a92217df88cbc3ba6c9ca3fc1ee9bd2d9e] by
- Add a stub for owl::startup Adding a stub so that owl / BarnOwl::startup ...
09/07/09:
- 20:57 Changeset [3519d06307005a370cca38ff5f66565f63165b08] by
- Module::Install::BarnOwl: Tell zip to quiet down. Signed-off-by: Anders ...
- 20:53 Changeset [636de2ae63b680cbfe7dc22e65fd61df39edb9bc] by
- Use automake’s silent-rules mode if available, for quieter build ...
- 20:53 Changeset [8362a48f0888971a433acb637281a8a331ce815d] by
- BarnOwl::Module::Jabber: Quote jroster auth, deauth ...
- 20:53 Changeset [e440602abc64157c8149c1eb5e6f42b418b59c31] by
- Fix incorrect owl_function_makemsg usage inside comments. Signed-off-by: ...
- 20:53 Changeset [03e25c59ebcfb03f734d90375cfdad6bd927a36c] by
- _new_command: Only tokenize on spaces when passed a single ...
09/05/09:
- 19:30 Changeset [d694c55c30675dee250ef7bb651abde979e3c273] by
- Make time diplay again initially
09/03/09:
- 23:27 Changeset [0b2afba83d2e29796158f876919867dfa9b35a34] by
- Add configurable time display Includes :showdate, :hidedate, and ...
- 19:54 Ticket #60 (input window doesn’t accept tabs) closed by
- fixed: kcr's new editwin code fixes this.
- 18:03 Changeset [4df918b4c24fc76e9c914abdb8f9e3b28142861d] by
- Add BarnOwl::redisplay()
Note: See TracTimeline
for information about the timeline view.
