source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f25df21   13 years davidben Don't call owl_list_create in owl_dict_get_keys Until we get rid of ... release-1.10release-1.8release-1.9
(edit) @e56303f   13 years davidben Replace owl_parse_delete with g_strfreev Also cut the pointless ... release-1.10release-1.8release-1.9
(edit) @42ee1be   13 years andersk Reimplement owl_text_substitute with g_strsplit and g_strjoinv (I ... release-1.10release-1.8release-1.9
(edit) @4479497   13 years andersk Use G_GNUC_PRINTF to get type-checking on our format strings The ... release-1.10release-1.8release-1.9
(edit) @82b734a   13 years andersk owl_function_show_colors: Realign default, and add black ... release-1.10release-1.8release-1.9
(edit) @4dde585   13 years andersk compat/compat.h: Add #include guards Signed-off-by: Anders Kaseorg ... release-1.10release-1.8release-1.9
(edit) @2cbe7c3   13 years andersk Protect memrchr prototype by !HAVE_DECL_MEMCHR instead of !HAVE_MEMCHR ... release-1.10release-1.8release-1.9
(edit) @41f0cf3   13 years andersk Add | to OWL_REGEX_QUOTECHARS This fixes searching for |. regex(7) ... release-1.10release-1.8release-1.9
(edit) @7d969f3   13 years kcr refactor owl_zephyr_zlog_in and report errors in ... release-1.10release-1.8release-1.9
(edit) @c518676   13 years kcr refactor owl_zephyr_get_message Refactor and make the control flow ... release-1.10release-1.8release-1.9
(edit) @00842c3   13 years kcr make the unsuball functions's error handling fit in with the rest of ... release-1.10release-1.8release-1.9
(edit) @c73a22d   13 years kcr when something goes wrong, give more information about what happened ... release-1.10release-1.8release-1.9
(edit) @488913a   13 years kcr owl_zephyr_initialize only needs one zephyr library return value It ... release-1.10release-1.8release-1.9
(edit) @e3a75ed   13 years davidben Replace the remaining snprintfs with g_strdup_printf Hard-coded ... release-1.10release-1.8release-1.9
(edit) @010a951   13 years davidben Make owl_variable's get_tostring_fn return a newly allocated string ... release-1.10release-1.8release-1.9
(edit) @9620c8d   13 years nelhage Load Encode module for IRC. This normally doesn't cause any problems ... release-1.10release-1.8release-1.9
(edit) @f54b07d   13 years davidben Use g_get_host_name instead of gethostname and MAXHOSTNAMELEN This ... release-1.10release-1.8release-1.9
(edit) @cb6c9e1   13 years davidben Apply default attributes after processing commands Otherwise we reset ... release-1.10release-1.8release-1.9
(edit) @237d02c   13 years davidben Remove default_{attrs,fgcolor,bgcolor} from owl_fmtext They didn't ... release-1.10release-1.8release-1.9
(edit) @7659079   13 years davidben Don't precompute UTF-8 encodings of format characters GString can ... release-1.10release-1.8release-1.9
(edit) @fb6e8e3   13 years nelhage Sort the output of :irc-names release-1.10release-1.8release-1.9
(edit) @259e0475   13 years davidben Push typos in unpunt synopsis release-1.10release-1.8release-1.9
(edit) @bb85767   13 years davidben Should owl_zwrite_new fail to parse zaway, check the result In ... release-1.10release-1.8release-1.9
(edit) @eb8d9c1   13 years davidben Correctly quote reply messages in owl_zephyr_zaway Oh, I'll just go ... release-1.10release-1.8release-1.9
(edit) @1137802   13 years davidben Kill owl_fmtext_set_char This function is a little disturbing and, ... release-1.10release-1.8release-1.9
(edit) @60d7935   13 years andersk Use owl_util_makepath instead of faking ~ expansion by ... release-1.10release-1.8release-1.9
(edit) @5738650   13 years nelhage Prepend "UNAUTH: " to displayed sender for unauthenticated zephyrs ... release-1.10release-1.8release-1.9
(edit) @8a97586   13 years nelhage Fix a typo in zephyr.c release-1.10release-1.8release-1.9
(edit) @3472845   13 years andersk Replace owl_sprintf with g_strdup_printf. Signed-off-by: Anders ... release-1.10release-1.8release-1.9
(edit) @d4927a7   13 years andersk Replace owl_strdup with g_strdup. Signed-off-by: Anders Kaseorg ... release-1.10release-1.8release-1.9
(edit) @ddbbcffa   13 years andersk Replace owl_free with g_free. Signed-off-by: Anders Kaseorg ... release-1.10release-1.8release-1.9
(edit) @35b6eb9   13 years andersk Replace owl_realloc with g_renew. Signed-off-by: Anders Kaseorg ... release-1.10release-1.8release-1.9
(edit) @96828e4   13 years andersk Replace owl_malloc with g_new and g_new0. Signed-off-by: Anders ... release-1.10release-1.8release-1.9
(edit) @9518a85   13 years andersk owl_function_classinstfilt: Do not turn [ '"] into . This ... release-1.10release-1.8release-1.9
(edit) @fba2a65   13 years andersk For ‘punt’ with one argument, quote the filter name Signed-off-by: ... release-1.10release-1.8release-1.9
(edit) @2c68a93   13 years andersk Fix spurious error running ‘punt’ with no arguments Signed-off-by: ... release-1.10release-1.8release-1.9
(edit) @ab9bf01   13 years andersk Disable special handling of START and STOP characters (^Q and ^S) ... release-1.10release-1.8release-1.9
(edit) @7488f27   13 years andersk Use STDIN_FILENO instead of 0 Signed-off-by: Anders Kaseorg ... release-1.10release-1.8release-1.9
(edit) @edd0be7   13 years davidben Only handle CCs in messages sent directly to you. A zephyr with a CC ... release-1.10release-1.8release-1.9
(edit) @3f82515   13 years davidben Rewrite aimwrite This now makes more gratuitous use of glib and ... release-1.10release-1.8release-1.9
(edit) @6965867   13 years davidben g_ptr_array_new_with_free_func is glib 2.22+ Use g_ptr_array_foreach ... release-1.10release-1.8release-1.9
(edit) @8061a6a   13 years andersk Move glib libraries from LDFLAGS to LIBS This fixes linker errors on ... release-1.10release-1.8release-1.9
(edit) @8d553bf   13 years davidben Append sender's realm to Cc'd unqualified names when replying ... release-1.10release-1.8release-1.9
(edit) @099597c   13 years davidben Don't reset colorpairs in the middle of drawing Resetting colorpairs ... release-1.10release-1.8release-1.9
(edit) @e062f97   13 years davidben Refactor some common code in colorpair_mgr Reviewed-by: Alejandro R. ... release-1.10release-1.8release-1.9
(edit) @4d24650   13 years davidben Make owl_text_indent return a new string You can't really use it ... release-1.10release-1.8release-1.9
(edit) @e3c8332   13 years davidben Use GString in owl_cmddict_execute_argv While we're at it, provide a ... release-1.10release-1.8release-1.9
(edit) @c6b1782   13 years davidben Use g_strjoinv in parsing zwrite lines release-1.10release-1.8release-1.9
(edit) @0290b2a   13 years davidben Use GString instead of allocating a giant buffer in owl_parseline release-1.10release-1.8release-1.9
(edit) @df3a1f4   13 years davidben Replace realloc logic in owl_zephyr_getsubs with GString release-1.10release-1.8release-1.9
(edit) @9de316d1   13 years davidben No need to NULL-terminate argument vectors owl_parseline does it for ... release-1.10release-1.8release-1.9
(edit) @7e111f4   13 years davidben Replace owl_fmtext's buffer management with GString reallocs are ... release-1.10release-1.8release-1.9
(edit) @d3c318b   13 years davidben Don't stick random NULs when waddnstr exists release-1.10release-1.8release-1.9
(edit) @dfe5829   13 years davidben Be more accurate in allocating argument vector in owl_command_view 50 ... release-1.10release-1.8release-1.9
(edit) @fc7481a   13 years davidben strndup is pretty awesome and doesn't involve adding 5 release-1.10release-1.8release-1.9
(edit) @65c753e   13 years davidben Use a GPtrArray to manage the growing list in owl_parseline It's much ... release-1.10release-1.8release-1.9
(edit) @d3941a0   13 years davidben Use g_strjoinv in owl_global_set_startupargs It's much nicer than ... release-1.10release-1.8release-1.9
(edit) @b03c714   13 years davidben Update copyright notices for 2011 release-1.10release-1.8release-1.9
(edit) @e06f413   13 years davidben Stick the local realm onto the argument of viewuser if needed A ... release-1.10release-1.8release-1.9
(edit) @74312ad   13 years davidben Update do-release's output to match the wiki The actual wording we ... release-1.10release-1.8release-1.9
(edit) @42115bf9   13 years davidben Reimplement owl_function_typefilt with proper quoting Probably not ... release-1.10release-1.8release-1.9
(edit) @9d4c398   13 years davidben Reimplement owl_function_zpunt using proper quoting ... release-1.10release-1.8release-1.9
(edit) @a5f477c   13 years davidben Reimplement owl_function_zuserfilt with proper quoting ... release-1.10release-1.8release-1.9
(edit) @c426bc2   13 years davidben Rewrite owl_function_classinstfilt with proper quoting The current ... release-1.10release-1.8release-1.9
(edit) @f47696f   13 years davidben Add owl_string_appendf_quoted for easy construction of command lines. release-1.10release-1.8release-1.9
(edit) @443dcfa   13 years davidben Add a test for zuserfilt release-1.10release-1.8release-1.9
(edit) @b31252d   13 years davidben Add a few unit tests for classinstfilt They currently fail because ... release-1.10release-1.8release-1.9
(edit) @c7fe23e   13 years davidben If a smartfilter fails to parse, handle the error Otherwise we ... release-1.10release-1.8release-1.9
(edit) @569f0bd   13 years davidben Fix up feature macros somewhat Set _XOPEN_SOURCE to 500 to target a ... release-1.10release-1.8release-1.9
(edit) @5f8ec6b   13 years nelhage Replace per-editwin killbuf with a global one. Right now, the kill ... release-1.10release-1.8release-1.9
(edit) @c23f678   13 years nelhage Don't use error_message if we are building without Zephyr. That code ... release-1.10release-1.8release-1.9
(edit) @719119de   13 years davidben Build reply commands from scratch on outgoing zwrites We currently ... release-1.10release-1.8release-1.9
(edit) @d222c44   13 years davidben Kill owl_getquoting and fix quoting bugs That function is nonsense. ... release-1.10release-1.8release-1.9
(edit) @2bc6ad35   13 years davidben Add owl_quote_arg and owl_string_append_quoted_arg Also add unit ... release-1.10release-1.8release-1.9
(edit) @d275eb2   13 years davidben Replace atokenize with glib's g_strsplit_set Glib's had ... release-1.10release-1.8release-1.9
(edit) @f640876   13 years davidben Punt some old owl_timer objects Not only are they no longer used, ... release-1.10release-1.8release-1.9
(edit) @8510d5b   13 years davidben Check passwd entries to determine home dir Still manually check the ... release-1.10release-1.8release-1.9
(edit) @fa90c34   13 years davidben Fixup owl_util_recursive_resolve_link to handle relative symlinks ... release-1.10release-1.8release-1.9
(edit) @9b9efa2b   13 years davidben Punt owl_util_max and owl_util_min in favor of MAX and MIN glib ... release-1.10release-1.8release-1.9
(edit) @e974152   13 years davidben Bump version for development. release-1.10release-1.8release-1.9
(edit) @2ff0693   13 years davidben BarnOwl 1.7rc1 release-1.10release-1.7release-1.8release-1.9
(edit) @7aa1fa5   13 years davidben Download Twitter consumer keys from barnowl.mit.edu ... release-1.10release-1.7release-1.8release-1.9
(edit) @b31f1c9   13 years andersk Move declarations before code I don’t know if we still care about ... release-1.10release-1.7release-1.8release-1.9
(edit) @1dd285b   13 years andersk zcrypt: Make strings const Signed-off-by: Anders Kaseorg <andersk@mit.edu> release-1.10release-1.7release-1.8release-1.9
(edit) @950e2da   13 years kcr Fixed :unsub to make it work if ~/.zephyr.subs is a symlink (trac 133) ... release-1.10release-1.7release-1.8release-1.9
(edit) @5fca55f   13 years kcr I/O errors on writing subscription file in :unsub are no longer ... release-1.10release-1.7release-1.8release-1.9
(edit) @b401ef2   13 years adehnert Display subject as XMPP personal context (if set) release-1.10release-1.7release-1.8release-1.9
(edit) @7473e38b   13 years davidben Fix typo in owl_command_with_history release-1.10release-1.7release-1.8release-1.9
(edit) @35d2091   13 years nelhage Allow adding text to the command history Adds the cmd-history-add ... release-1.10release-1.7release-1.8release-1.9
(edit) @9d21120   13 years asedeno zephyr: update smartstrip logic * Deal with krb5 principal types ... release-1.10release-1.7release-1.8release-1.9
(edit) @1522e5d   13 years asedeno webzephyr principal changed Signed-off-by: Alejandro R. Sedeño ... release-1.10release-1.7release-1.8release-1.9
(edit) @cedbe9d   13 years davidben Punt the ~s at the end of a popless text They seem to confuse ... release-1.10release-1.7release-1.8release-1.9
(edit) @13e2096   13 years davidben Remove the echochar hack in owl_command_edit_cancel ... release-1.10release-1.7release-1.8release-1.9
(edit) @bc14adc   13 years nelhage Punted __unspecified__ default value for default_style. variable.c ... release-1.10release-1.7release-1.8release-1.9
(edit) @bad8ad3   13 years andersk Add ! to OWL_REGEX_QUOTECHARS We interpret ! at the beginning of a ... release-1.10release-1.7release-1.8release-1.9
(edit) @1279f21   13 years andersk _owl_function_timer_append_fmtext: Cast time_t to int for ... release-1.10release-1.7release-1.8release-1.9
(edit) @d127638   13 years andersk Only add missing Zephyr prototypes for the versions where they’re ... release-1.10release-1.7release-1.8release-1.9
(edit) @72ec874   13 years andersk owl_text_expand_tabs: Make q const Signed-off-by: Anders Kaseorg ... release-1.10release-1.7release-1.8release-1.9
(edit) @9359e5a   13 years andersk owl_function_loopwrite_setup: Remove unused callback argument ... release-1.10release-1.7release-1.8release-1.9
(edit) @6ed3c2a   13 years andersk owl_zephyr_loadbarnowldefaultsub: Remove redundant assignment of ret ... release-1.10release-1.7release-1.8release-1.9
Note: See TracRevisionLog for help on using the revision log.