CARVIEW |
-
A multi-protocol curses IM client.Created Sun Aug 03 16:37:49 -0700 2008
-
nelhage's experimental toy scheme implementationCreated Mon Dec 22 20:50:25 -0800 2008
-
A LD_PRELOAD library to make any app support Random Standard Time.Created Wed Dec 10 19:57:49 -0800 2008
Public Activity
bd8b99156ce18617f962986975edaa00ad9e9a4a
Turn multi-line error messages into admin messages.
924f7cd22496b4d489c4a92604ee36fa47315526
Pull data from stderr in larger chunks at a time.
c84d5ac3f35b2feb13ac0c9c8da20e4624de1baa
Squash pointer/integer cast warnings on 64-bit platforms.
3ea731d4374169e489feb4cef77d1c70e81e3077
Move the 'yes' and 'no' commands into perl.
0ea8c5d5e4c2fc8845d7e2e26a9543960f3602cd
Merge branch 'master' into perl-messagelist

-
nelhage committed 3ea731d4:
Move the 'yes' and 'no' commands into perl.
-
nelhage committed 0ea8c5d5:
Merge branch 'master' into perl-messagelist
-
nelhage committed df7f3647:
Remove muxevents
-
nelhage committed 40c66579:
Use owl_select instead of owl_muxevents for owl_popexec.
-
nelhage committed cf0cc645:
Use owl_select instead of owl_muxevents for stderr redirection.
-
nelhage committed 1895c292:
Fix owl_select_remove_dispatch bugs.
-
nelhage committed f36cd979:
Add a void* data to owl_dispatch and pass it around.
-
nelhage committed 16318254:
Implement a perl timer class and minimal interface.
-
nelhage committed c675b395:
Give timers a destructor field.
-
nelhage committed e0096b7e:
perlconfig.c: Properly wrap eval_pv with ENTER/SAVETMPS/FREETMPS/LEAVE
-
nelhage committed c415acac:
Stop using deprecated perl_* functions
-
nelhage committed f7a61efd:
Remove the unused owl_perlconfig_get_hashkeys
-
andersk committed 3048f1f1:
Show incoming IRC /me messages with * instead of bold, too.
-
andersk committed 4f15e8e9:
Rip out the webbrowser variable.
-
andersk committed 8e5935d1:
Rip out the openurl function.
-
asedeno committed 80a465c8:
Update owl_zephyr_buddycheck_timer() to respect
-
asedeno committed 58d1f8a9:
GSequence is newer than we'd like. Use GList for timers instead.
-
nelhage committed ca1fc33a:
Nit: Make indentation a consistent 2 spaces
-
nelhage committed 86bf0473:
Clean up the timer dispatch logic and contract slightly.
-
nelhage committed 25cccdc8:
Rename *_internal commands into BarnOwl::Internal::
-
andersk committed 56d01893:
Show IRC /me messages with the conventional * instead of bold.
-
andersk committed b9cb41bb:
Replace questionable sprintf(buf, "%s...", buf, ...) pattern, which is
-
nelhage committed 49a8434e:
Fix three small warnings.
-
andersk committed 7ce40030:
Don't ignore the --datarootdir setting.
-
nelhage committed b7bb4545:
Make owl_timer have a callback and integrate into the select() loop.
-
nelhage committed 3ea31b6a:
Kill a load of "value computed is not used" warnings.
-
andersk committed 2b237308:
Delete extra format string arguments.
-
andersk committed 6eaf35b1:
Correct format specifiers for longs.
-
andersk committed 554a2b83:
Fix format string injection bugs.
-
andersk committed 2aaca948:
Make format_fn accept a char * instead of a void *.
-
andersk committed de1c8a59:
Specialize owl_pair to strings.
-
andersk committed 909771ee:
Simplify Perl string copying with owl_strdup().
-
andersk committed 19bab8e0:
Don't return a mortal from owl_perlconfig_message2hashref().
-
andersk committed ce6721f9:
Use SvPV_nolen to get rid of n_a dummy variables.
-
andersk committed 36453171:
Use 0 instead of NULL for flags.
-
andersk committed 1d12db24:
Zephyr: Escape interpolated variables in regexes using owl_text_quote().
-
andersk committed 9375f8c6:
Jabber: Escape interpolated variables in regexes using "\Q\E".
-
andersk committed f79d6a2c:
IRC: Escape interpolated variables in regexes using "\Q\E".
-
nelhage committed 2209f16a:
Make 'version' return "BarnOwl" instead of "Owl"
-
nelhage committed 9711a6ed:
Add a test case to filter.c for referencing a filter multiple times.
-
Geoffrey Thomas committed 9a2ae6ce:
Clean up some uses of owl_malloc/sprintf to owl_sprintf for security.
-
Geoffrey Thomas committed 2c09826f:
Make 'r' on a question start a command.
-
nelhage committed f4464544:
Properly detect only directed cycles in the filter graph when looking
-
nelhage committed 33813991:
Fix the regression tester so it builds again.
-
Geoffrey Thomas committed 799b60ea:
Add the :show quickstart command.
-
nelhage committed 43a306cd:
1.0.3
-
kchen committed 7e78e493:
Remove svkversion script and OWL_SVN_REVNO.
-
asedeno committed 3f3ee611:
Factor the code used to populate zsigs out of the function used to
-
asedeno committed e979da99:
We should never see a Byte-Order-Mark in XMPP bodies. If we do, strip
-
nelhage committed d8671a13:
logging.c: Replace / with _ in JIDs when logging Jabber
-
andersk committed ee0574ce:
First they .gitignore you,
-
asedeno committed 293d5fa0:
Adding variable: jabber:show_logins
-
asedeno committed 94b4ecb5:
Attempting to fix the reload-modules / jabber bug.
-
asedeno committed 41bbb8a6:
Last change effectively aliased reload-module and reload-modules.
-
asedeno committed dfbb131f:
reload-module should call reload().

-
nelhage committed df7f3647:
Remove muxevents
-
nelhage committed 40c66579:
Use owl_select instead of owl_muxevents for owl_popexec.
-
nelhage committed cf0cc645:
Use owl_select instead of owl_muxevents for stderr redirection.
-
nelhage committed 1895c292:
Fix owl_select_remove_dispatch bugs.
-
nelhage committed f36cd979:
Add a void* data to owl_dispatch and pass it around.
df7f3647dd2b00527dde45b84c564c64525f695c
Remove muxevents
40c665796431e6bd112feb7e36e6520b696396c4
Use owl_select instead of owl_muxevents for owl_popexec.
cf0cc645dad3534085ab0e8bef4281f9a742c32d
Use owl_select instead of owl_muxevents for stderr redirection.
1895c292a4af5f8fb2b9305e3ea30bebe2ec9b4e
Fix owl_select_remove_dispatch bugs.
f36cd979e607d7a68570b5a8af527190a28aa62a
Add a void* data to owl_dispatch and pass it around.
16318254b6ef4667cccff7ba22cf480c35e23b0c
Implement a perl timer class and minimal interface.