index
:
profani-tty
this commit
main
Profanity fork with TTY improvements
danisanti <danisanti@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Refactored muc_room_is_active to only take room, rather than full jid
James Booth
2014-03-08
9
-17
/
+12
|
*
Added test for /join with nick option
James Booth
2014-03-08
6
-12
/
+12
|
*
Removed unused variables from cmd_join
James Booth
2014-03-08
1
-3
/
+0
|
*
Added invalid jid test for /join
James Booth
2014-03-08
1
-1
/
+2
|
*
Added test to show usage when no room supplied to /join
James Booth
2014-03-08
1
-2
/
+10
|
*
Added connection status tests for cmd_join
James Booth
2014-03-08
1
-2
/
+1
|
*
fixed build error when make run with -jN option
Dmitry Podgorny
2014-03-06
6
-6
/
+6
|
|
|
|
|
Race can occur when gitversion file isn't fully generated before it is used.
*
Added autocompeleter for /join options
James Booth
2014-03-05
1
-8
/
+37
|
*
Merge remote-tracking branch 'kmwhite/adding_support_for_private_confs'
James Booth
2014-03-05
7
-16
/
+62
|
\
|
*
Ensuring nick is set when not included in opt args for cmd_join
Kristofer M White
2014-03-05
1
-2
/
+3
|
|
|
*
Removing extra `nick = ` line that broke nick assignment
Kristofer M White
2014-03-05
1
-1
/
+1
|
|
|
*
Removing strdup calls per cmd_connect design
Kristofer M White
2014-03-05
1
-4
/
+4
|
|
|
*
Parsing optional args for cmd_join
Kristofer M White
2014-03-05
2
-12
/
+37
|
|
|
*
Making whitespace consistently spaces, not tabs
Kristofer M White
2014-02-27
1
-1
/
+1
|
|
|
*
Adding password handling for joining chatrooms
Kristofer M White
2014-02-27
6
-8
/
+27
|
|
|
*
Updating cmd description
Kristofer M White
2014-02-25
1
-3
/
+4
|
|
*
|
Added configure checks to enable desktop notifications on OSX
James Booth
2014-03-04
1
-0
/
+2
|
|
*
|
Log message when cannot send desktop nofication
James Booth
2014-03-04
1
-1
/
+5
|
|
*
|
Added OSX desktop notifications using terminal-notifier
James Booth
2014-03-04
1
-0
/
+20
|
/
|
|
|
|
Requires Xcode WIP - No configure.ac changes
*
Fixed issue with /otr myfp when no key loaded
James Booth
2014-02-23
1
-3
/
+7
|
*
Show OTR status on /msg usr when usr has already started an OTR session
James Booth
2014-02-23
1
-0
/
+5
|
|
|
|
fixes #308
*
Merge branch 'master' into otr-query
James Booth
2014-02-23
1
-1
/
+0
|
\
|
*
Removed debug on error messages
James Booth
2014-02-23
1
-1
/
+0
|
|
*
|
Added OTR supported versions in initial start query message
James Booth
2014-02-18
6
-2
/
+26
|
/
*
Added /otr myfp test
James Booth
2014-02-17
1
-1
/
+1
|
*
Mock otr module for cmd_otr tests
James Booth
2014-02-16
3
-45
/
+73
|
*
Added tests for /otr warn
James Booth
2014-02-16
3
-2
/
+9
|
*
Added cmd_otr tests
James Booth
2014-02-16
1
-0
/
+5
|
*
Show message on /alias list when no aliases
James Booth
2014-02-15
1
-0
/
+5
|
*
Fixed /alias add, when alias already exists
James Booth
2014-02-15
1
-1
/
+1
|
*
Only show error message when err != 0
James Booth
2014-02-15
1
-4
/
+6
|
|
|
|
fixes #307
*
Removed free message function from otrlibv3
James Booth
2014-02-13
1
-6
/
+0
|
*
Refactored common otr library code
James Booth
2014-02-13
4
-813
/
+547
|
*
Renamed otr implementations
James Booth
2014-02-12
2
-0
/
+0
|
*
Moved otr sources into folder
James Booth
2014-02-12
8
-5
/
+5
|
*
Added command to show libotr version
James Booth
2014-02-11
5
-3
/
+22
|
*
Use instag master, and skip fragmentation
James Booth
2014-02-11
1
-9
/
+9
|
*
Allow V3, use OTRL_INSTAG_BEST, output error event when no message
James Booth
2014-02-11
1
-10
/
+14
|
*
Changed OTR policy for otr4.c
James Booth
2014-02-10
1
-1
/
+1
|
*
Merge branch 'libotr4' of github.com:boothj5/profanity into libotr4
James Booth
2014-02-10
2
-1
/
+516
|
\
|
*
Changed functions for libotr4 compatibility
James Booth
2014-02-09
1
-11
/
+26
|
|
|
*
Added libotr4 message handlers
James Booth
2014-02-09
1
-5
/
+33
|
|
|
*
Added otr4.c
James Booth
2014-02-09
1
-0
/
+472
|
|
|
*
Check for libotr version
James Booth
2014-02-09
1
-1
/
+1
|
|
*
|
Changed OTR policy allow V1 and V2
James Booth
2014-02-10
1
-1
/
+1
|
/
*
Removed id from bookmarks add
James Booth
2014-02-03
1
-1
/
+0
|
*
Use wnoutrefresh, pnoutrefresh and doupdate
James Booth
2014-02-02
7
-7
/
+9
|
|
|
|
Issue #298
*
Implemented add bookmark for XEP-0223
James Booth
2014-02-02
3
-2
/
+106
|
|
|
|
Issue #194
*
Test message when removing autojoin for non existent bookmark
James Booth
2014-02-02
3
-4
/
+12
|
*
Show message on /bookmark remove when bookmark does not exist
James Booth
2014-02-02
3
-6
/
+12
|
[next]