about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Profanity files now use %XDG_CONFIG_HOME and %XDG_DATA_HOMEJames Booth2012-11-259-50/+320
* Merge branch 'wheel'James Booth2012-11-252-2/+43
|\
| * Added Cywin mouse wheel handlingJames Booth2012-11-251-0/+10
| * Fixed compile after merging masterJames Booth2012-11-251-2/+2
| * Merge branch 'master' into wheelJames Booth2012-11-2515-794/+1163
| |\
| * \ Merge branch 'master' into wheelJames Booth2012-11-216-154/+298
| |\ \
| * | | Listen only for mouse events we're interested inJames Booth2012-11-201-1/+1
| * | | Wheel jumps four linesJames Booth2012-11-201-2/+2
| * | | Added basic mouse wheel handlingJames Booth2012-11-202-2/+33
* | | | Fixed /prefs output when no theme chosenJames Booth2012-11-251-1/+6
| |_|/ |/| |
* | | Added auto reconnect, and /reconnect command to control intervalJames Booth2012-11-256-32/+129
* | | Messages not lost when run out of windowsJames Booth2012-11-242-53/+92
* | | Status bar active on console messages when not in consoleJames Booth2012-11-241-21/+58
* | | Added console to statusbar window listJames Booth2012-11-242-39/+42
* | | Allow alt-num to select windowJames Booth2012-11-244-30/+79
* | | Don't output ctrl charactersJames Booth2012-11-241-1/+9
* | | Switched to ncurses raw modeJames Booth2012-11-231-1/+1
* | | Revert "Stop ctrl-c quitting with /ctrlc off"James Booth2012-11-235-59/+4
* | | Stop ctrl-c quitting with /ctrlc offJames Booth2012-11-235-4/+59
* | | Allocate memory for windows when neededJames Booth2012-11-234-262/+346
* | | Added time to themes, and some example themesJames Booth2012-11-223-0/+12
* | | Added input text to themeJames Booth2012-11-226-23/+32
* | | Added theme to prefs outputJames Booth2012-11-221-0/+2
* | | Moved colour initialisation to themeJames Booth2012-11-213-204/+42
* | | Added theme files support with /theme commandJames Booth2012-11-215-18/+80
* | | Separated colours from main preferencesJames Booth2012-11-216-347/+476
| |/ |/|
* | Added more colour preferencesJames Booth2012-11-216-154/+298
|/
* Send presence changes to chat roomsJames Booth2012-11-203-2/+33
* Status bar message now correctly overwrites previous messageJames Booth2012-11-191-1/+19
* Handling commands after /disconnectJames Booth2012-11-197-17/+96
* Moved disconnect code to profanity moduleJames Booth2012-11-193-4/+11
* Handle room broadcastsJames Booth2012-11-197-9/+67
* Fixed workaround for old server self room presence checkJames Booth2012-11-191-0/+1
* Handle legacy delayed messages in chat roomsJames Booth2012-11-193-22/+25
* Handle room member presenceJames Booth2012-11-197-1/+55
* Return whether or not room member presence was changedJames Booth2012-11-182-2/+14
* Show message when own nickname changed in chat roomsJames Booth2012-11-187-6/+65
* Moved function to remove from roster on nick changeJames Booth2012-11-182-1/+3
* Fixed error when not nick name change presenceJames Booth2012-11-181-3/+2
* Handle nick changes from other usersJames Booth2012-11-189-26/+227
* Allow nick change in chat roomJames Booth2012-11-187-0/+76
* Support legacy delayed delivery (XEP-0091) as well as XEP-0203James Booth2012-11-183-13/+41
* Merge remote-tracking branch 'dmitry/macos'James Booth2012-11-183-12/+54
|\
| * use internal implementation of getlineDmitry Podgorny2012-11-183-12/+54
| * command.c: replace strndup with strdupDmitry Podgorny2012-11-181-3/+5
* | Commands now use parser function to handle parametersJames Booth2012-11-183-612/+529
* | Added usage of command parserJames Booth2012-11-181-177/+188
* | Handle commands with min 0 argsJames Booth2012-11-182-0/+13
* | Added command parser for commands accepting free textJames Booth2012-11-181-2/+78
* | Merge pull request #85 from pasis/devJames Booth2012-11-171-1/+3
|\ \