Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed capabilities.c -> xmpp_caps.c | James Booth | 2013-01-28 | 1 | -1/+0 |
| | |||||
* | Added resource handling in account module | James Booth | 2013-01-27 | 1 | -4/+7 |
| | | | | Handle old accounts on load | ||||
* | Merge branch 'master' into caps | James Booth | 2013-01-22 | 1 | -0/+8 |
|\ | |||||
| * | Merge remote-tracking branch 'backalor/master' | James Booth | 2013-01-22 | 1 | -0/+8 |
| |\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/command.c src/preferences.c src/preferences.h src/windows.c | ||||
| | * | Add new command /statuses for status notifications | Backalor | 2013-01-21 | 1 | -6/+6 |
| | | | |||||
| | * | Add new command "/notify status" to enable/disable status messages, | Backalor | 2013-01-14 | 1 | -0/+8 |
| | | | | | | | | | | | | such as users going on/offline or room joining/parting. | ||||
* | | | Always show output in console for /info command | James Booth | 2013-01-21 | 1 | -44/+5 |
| | | | |||||
* | | | Merge branch 'master' into caps | James Booth | 2013-01-21 | 1 | -1/+10 |
|\| | | |||||
| * | | Fixed bug when opening private chat without message | James Booth | 2013-01-21 | 1 | -1/+10 |
| | | | |||||
* | | | Updated /info command for chat and private chat | James Booth | 2013-01-20 | 1 | -0/+26 |
| | | | |||||
* | | | Added client to /info command in chat rooms | James Booth | 2013-01-20 | 1 | -0/+1 |
| | | | |||||
* | | | Added basic room /info command | James Booth | 2013-01-20 | 1 | -62/+87 |
| | | | |||||
* | | | Added space before /who output | James Booth | 2013-01-20 | 1 | -1/+1 |
| | | | |||||
* | | | Refactored presence colouring | James Booth | 2013-01-20 | 1 | -65/+60 |
| | | | |||||
* | | | Changed /info command to show client | James Booth | 2013-01-20 | 1 | -0/+65 |
|/ / | |||||
* | | Changed symbol when participants join or leave a room | James Booth | 2013-01-17 | 1 | -2/+2 |
| | | |||||
* | | Command /info parameter optional when in chat or private chat | James Booth | 2013-01-17 | 1 | -1/+30 |
| | | | | | | | | Recipient is used. | ||||
* | | Added /mouse command for enabling/disabling mouse handling | James Booth | 2013-01-17 | 1 | -24/+34 |
| | | | | | | | | Defaults to on. | ||||
* | | Handle /who command in chat rooms | James Booth | 2013-01-15 | 1 | -5/+11 |
| | | |||||
* | | Use ! char for room broadcasts | James Booth | 2013-01-15 | 1 | -53/+53 |
| | | |||||
* | | Show time with room broadcasts | James Booth | 2013-01-15 | 1 | -2/+5 |
| | | |||||
* | | Allow /info and /msg in private room chat when nick has space in name | James Booth | 2013-01-15 | 1 | -26/+38 |
| | | |||||
* | | Allow whitespace in argument to /info | James Booth | 2013-01-13 | 1 | -1/+1 |
| | | |||||
* | | Use Jid datatype in chat rooms | James Booth | 2013-01-13 | 1 | -4/+7 |
|/ | |||||
* | Merge remote-tracking branch 'dmitry/fixes' | James Booth | 2013-01-12 | 1 | -1/+1 |
|\ | |||||
| * | windows.c: fixed gcc warning | Dmitry Podgorny | 2013-01-13 | 1 | -1/+1 |
| | | |||||
* | | Added jid datatype | James Booth | 2013-01-12 | 1 | -0/+1 |
|/ | |||||
* | Moved jid related functions to common | James Booth | 2013-01-12 | 1 | -1/+2 |
| | |||||
* | Renamed muc functions | James Booth | 2013-01-12 | 1 | -5/+5 |
| | |||||
* | Renamed room_chat module to muc | James Booth | 2013-01-12 | 1 | -1/+1 |
| | |||||
* | Updated copyright | James Booth | 2013-01-11 | 1 | -2/+2 |
| | |||||
* | Check nick exists when private messaging | James Booth | 2013-01-11 | 1 | -5/+10 |
| | | | | Show nick part of jid in private messaging | ||||
* | Added win_current_is_console() | James Booth | 2013-01-11 | 1 | -0/+6 |
| | |||||
* | Added extra line after /wins | James Booth | 2013-01-10 | 1 | -0/+2 |
| | |||||
* | Merge remote-tracking branch 'dmitry/next' | James Booth | 2013-01-05 | 1 | -11/+2 |
|\ | | | | | | | | | Conflicts: src/windows.c | ||||
| * | windows.c: remove duplicate code in ui_get_idle_time | Dmitry Podgorny | 2013-01-04 | 1 | -6/+1 |
| | | |||||
| * | windows.c: remove useless printf | Dmitry Podgorny | 2013-01-04 | 1 | -1/+0 |
| | | |||||
* | | Added comments to ui_get_idle_time | James Booth | 2013-01-05 | 1 | -1/+7 |
| | | |||||
* | | fix possible buffer overflow in _ui_draw_win_title | Dmitry Podgorny | 2013-01-04 | 1 | -3/+3 |
|/ | |||||
* | Fixed order of includes for ncursesw | James Booth | 2013-01-04 | 1 | -3/+2 |
| | | | | Arch linux uses the standard headers for wide char ncurses | ||||
* | Handle wide chars on input | James Booth | 2013-01-03 | 1 | -5/+5 |
| | |||||
* | Include ncursesw, set locale | James Booth | 2013-01-02 | 1 | -2/+2 |
| | |||||
* | Added /gone to allow configurable delay for </gone> state | James Booth | 2012-12-19 | 1 | -0/+9 |
| | |||||
* | Fixed segfault when compiled with X11 but run in bare terminal | James Booth | 2012-12-19 | 1 | -5/+10 |
| | |||||
* | Added parameter usage to cygwin notify | James Booth | 2012-12-12 | 1 | -2/+2 |
| | |||||
* | Experimental balloon on cygwin | James Booth | 2012-12-12 | 1 | -0/+26 |
| | |||||
* | Moved libnotify checks to _notify | James Booth | 2012-12-11 | 1 | -12/+2 |
| | |||||
* | Fixed X CPU usage by only redrawing window title on change | James Booth | 2012-12-11 | 1 | -11/+31 |
| | |||||
* | Added /account show command | James Booth | 2012-12-09 | 1 | -0/+16 |
| | |||||
* | Tidied help | James Booth | 2012-12-09 | 1 | -1/+1 |
| |