about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Updated configure.ac for libcurlJames Booth2012-07-291-2/+4
| |
| * Added tiny commandJames Booth2012-07-283-4/+42
| |
| * Simple tinyurl testJames Booth2012-07-281-0/+5
| |
| * Added tinyurl moduleJames Booth2012-07-283-3/+112
| |
* | Fixed command number bugJames Booth2012-07-292-3/+3
|/
* Function signatures across linesJames Booth2012-07-2418-203/+393
|
* Removed @ from log file namesJames Booth2012-07-232-3/+9
|
* Close logs on exitJames Booth2012-07-231-9/+9
|
* Increased version, chat logging in prefs outputJames Booth2012-07-222-1/+6
|
* Added chlog preference for chat loggingJames Booth2012-07-225-13/+47
|
* Created log dir for each loginJames Booth2012-07-221-6/+12
|
* Basic chat log per userJames Booth2012-07-223-15/+44
|
* Formatting of jids in chat logJames Booth2012-07-221-2/+8
|
* Added datetime to chat loggingJames Booth2012-07-221-1/+10
|
* Flush after chat log writesJames Booth2012-07-221-7/+8
|
* Added simple chat logJames Booth2012-07-225-1/+93
|
* Fixed spelling in install scriptJames Booth2012-07-221-1/+1
|
* Added Fedora support to install-all.shJames Booth2012-07-221-55/+109
|
* Added -Wno-missing-field-initializers Makefile.amJames Booth2012-07-211-0/+1
| | | | | To enable compile on GCC versions which complain about the GOptions code
* Update READMEJames Booth2012-07-201-4/+10
|
* Command line args and welcome messageJames Booth2012-07-202-14/+44
|
* Changed version number to 0.1.1James Booth2012-07-191-1/+1
|
* Added prefs to helpJames Booth2012-07-191-0/+1
|
* Added prefs commandJames Booth2012-07-193-1/+43
|
* Added newline at end of install scriptJames Booth2012-07-191-1/+1
|
* Install script now cleans upJames Booth2012-07-191-0/+11
|
* Update README.mdJames Booth2012-07-191-1/+1
|
* Log location ~/.profanity/log/profanity.logJames Booth2012-07-194-7/+20
|
* Config file location ~/.profanity/configJames Booth2012-07-192-5/+2
|
* Config file location ~/.config/profanity/configJames Booth2012-07-191-1/+1
|
* Create config directoryJames Booth2012-07-193-0/+31
|
* Updated helpJames Booth2012-07-181-22/+22
|
* Set usernames to lowercase before logging inJames Booth2012-07-181-2/+4
|
* Changed minimum autoconf versionJames Booth2012-07-131-1/+1
|
* Change build to work without ncurses pkg-configJames Booth2012-07-122-3/+3
|
* Added install-all.shJames Booth2012-07-101-0/+46
|
* Update masterJames Booth2012-07-101-0/+2
|
* Username now hidden when entering passwordJames Booth2012-07-091-0/+4
|
* Fixed delete when going off left side of screenJames Booth2012-07-093-4/+18
|
* Update masterJames Booth2012-07-091-1/+0
|
* Added headunit to autotools filesJames Booth2012-07-082-2/+3
|
* Tidied autotools filesJames Booth2012-07-082-17/+24
|
* Updated readmeJames Booth2012-07-081-0/+4
|
* Added tests to Makefile.amJames Booth2012-07-081-5/+13
|
* Merge branch 'master' into buildJames Booth2012-07-081-34/+81
|\
| * Started resizeJames Booth2012-07-081-1/+8
| |
| * Home and end keysJames Booth2012-07-081-25/+32
| |
| * Left arrowJames Booth2012-07-081-2/+2
| |
| * DEL keyJames Booth2012-07-081-3/+3
| |
| * Delete in middle of inputJames Booth2012-07-081-2/+2
| |