summary refs log tree commit diff
Commit message (Expand)AuthorAge
* Rearrange bounce.c, move non-main mains below mainJune McEnroe2020-08-30
* Sandbox pounce with unveil(2)June McEnroe2020-08-30
* Refactor certificate loading and load all certs from config pathsJune McEnroe2020-08-28
* Sandbox pounce with pledge(2)June McEnroe2020-08-27
* Sandbox calico with pledge(2) and unveil(2)June McEnroe2020-08-27
* Add support for OpenBSDJune McEnroe2020-08-27
* Remove rc scriptsJune McEnroe2020-08-27
* contrib/palaver: Fix documented database pathJune McEnroe2020-08-27
* contrib/palaver: Remove rc scriptJune McEnroe2020-08-27
* contrib/palaver: Fix database search and creationJune McEnroe2020-08-27
* contrib/palaver: Use pounce's XDG directoryJune McEnroe2020-08-27
* contrib/palaver: Only allow HTTPSJune McEnroe2020-08-27
* Support the pounce_env rc variableJune McEnroe2020-08-25
* Remove deprecated option namesJune McEnroe2020-08-25
* Document configuration and data file searchJune McEnroe2020-08-25
* Use dataOpen for save fileJune McEnroe2020-08-24
* Use configOpen to load localCAJune McEnroe2020-08-24
* Use configPath to load client cert/privJune McEnroe2020-08-24
* Use configOpen in getopt_configJune McEnroe2020-08-24
* Import xdg.c from catgirlJune McEnroe2020-08-24
* Replace “RAND_bytes” by “getentropy”Issam E. Maghni2020-08-23
* contrib/palaver: Add no message preview flagsJune McEnroe2020-08-16
* contrib/palaver: Don't set channel for PMsJune McEnroe2020-08-13
* Fix unintended interception of NICK after registrationJune McEnroe2020-08-13
* Add Additional Components section to READMEJune McEnroe2020-08-12
* Document -L / palaver optionJune McEnroe2020-08-12
* contrib/palaver: Document service configurationJune McEnroe2020-08-11
* contrib/palaver: Add install target and rc scriptJune McEnroe2020-08-11
* contrib/palaver: Implement command and notificationsJune McEnroe2020-08-11
* contrib/palaver: Add prospective manual pageJune McEnroe2020-08-11
* contrib/palaver: Add configure scriptJune McEnroe2020-08-11
* Implement stub of palaverapp.com capabilityJune McEnroe2020-08-11
* Refactor intercept to use Handlers and fix QUIT w/o message 1.4p1June McEnroe2020-08-10
* Refactor clientCA and clientSTS as clientCapsJune McEnroe2020-08-10
* Use system libcrypto and openssl bin on FreeBSD 1.4June McEnroe2020-08-06
* Say "OpenSSL" in additional permission noticesJune McEnroe2020-08-06
* Mention LibreTLS in READMEJune McEnroe2020-08-06
* Handle broken clients sending only \nJune McEnroe2020-08-06
* Document concatenating client certificates for authJune McEnroe2020-08-01
* Fix signing certificates with -A and -gJune McEnroe2020-08-01
* Remove compat.hJune McEnroe2020-08-01
* Define explicit_bzero using memset_s on macOSJune McEnroe2020-08-01
* Use snprintf instead of strlcatJune McEnroe2020-08-01
* Use snprintf instead of strlcpyJune McEnroe2020-07-31
* Use RAND_bytes instead of arc4random_bufJune McEnroe2020-07-31
* Rewrite configure script for all platformsJune McEnroe2020-07-24
* Don't use strlcpy in dispatchJune McEnroe2020-07-24
* Add link to "IRC Suite" post in READMEJune McEnroe2020-07-08
* Add -R blind-req optionJune McEnroe2020-07-06
* Grant CAP_SETSOCKOPT in dispatch 1.3p1June McEnroe2020-06-12
/tr> I played around with it and it doesn't look right unless there is only one channel listed in the status. 2019-02-22Add /znc commandJune McEnroe Only because ZNC tells you to use it and expects it to work. 2019-02-22Update status line after scrolling and term eventsJune McEnroe 2019-02-22Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe It's actually in a good state now, I think. 2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe