Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Further tidy up of windows.c | James Booth | 2012-11-26 | 1 | -5/+5 | |
| | ||||||
* | windows tidy up | James Booth | 2012-11-26 | 1 | -21/+21 | |
| | ||||||
* | Fixed help config file locations | James Booth | 2012-11-25 | 1 | -2/+10 | |
| | ||||||
* | Added auto reconnect, and /reconnect command to control interval | James Booth | 2012-11-25 | 1 | -0/+35 | |
| | ||||||
* | Revert "Stop ctrl-c quitting with /ctrlc off" | James Booth | 2012-11-23 | 1 | -19/+0 | |
| | | | | This reverts commit 721df8ca48b8cbf0026f3a36a3d17b45cb82b850. | |||||
* | Stop ctrl-c quitting with /ctrlc off | James Booth | 2012-11-23 | 1 | -0/+19 | |
| | ||||||
* | Added theme files support with /theme command | James Booth | 2012-11-21 | 1 | -0/+28 | |
| | ||||||
* | Handling commands after /disconnect | James Booth | 2012-11-19 | 1 | -11/+22 | |
| | ||||||
* | Moved disconnect code to profanity module | James Booth | 2012-11-19 | 1 | -4/+1 | |
| | ||||||
* | Allow nick change in chat room | James Booth | 2012-11-18 | 1 | -0/+35 | |
| | ||||||
* | Commands now use parser function to handle parameters | James Booth | 2012-11-18 | 1 | -594/+467 | |
| | ||||||
* | Added usage of command parser | James Booth | 2012-11-18 | 1 | -177/+188 | |
| | ||||||
* | Added parser module | James Booth | 2012-11-18 | 1 | -35/+9 | |
| | ||||||
* | _cmd_set_boolean_preference: fix usage allocation | Dmitry Podgorny | 2012-11-16 | 1 | -1/+1 | |
| | ||||||
* | _cmd_tiny: fix allocation for usage variable | Dmitry Podgorny | 2012-11-16 | 1 | -1/+1 | |
| | ||||||
* | Started work on command parser | James Booth | 2012-11-15 | 1 | -218/+263 | |
| | ||||||
* | Renamed /status -> /info | James Booth | 2012-11-14 | 1 | -8/+8 | |
| | ||||||
* | Added /wins command to list active windows | James Booth | 2012-11-14 | 1 | -2/+18 | |
| | ||||||
* | Merge pull request #81 from pasis/priority | James Booth | 2012-11-13 | 1 | -4/+70 | |
|\ | | | | | introduce priority support | |||||
| * | introduce _strtoi() and validation of typed numbers | Dmitry Podgorny | 2012-11-14 | 1 | -7/+37 | |
| | | ||||||
| * | introduce priority support | Dmitry Podgorny | 2012-11-13 | 1 | -0/+36 | |
| | | | | | | | | | | | | | | add new command /priority <int> improve jabber_update_presence() use jabber_update_presence() for sending initial presence save priority and status string to jabber_conn structure | |||||
* | | Fixed help command name clash on status | James Booth | 2012-11-13 | 1 | -19/+19 | |
| | | ||||||
* | | Added basic /status command to find out about a specific contact | James Booth | 2012-11-13 | 1 | -0/+39 | |
|/ | ||||||
* | Fixed help on log command | James Booth | 2012-11-12 | 1 | -2/+2 | |
| | ||||||
* | complete log rotation support | Dmitry Podgorny | 2012-11-12 | 1 | -0/+58 | |
| | | | | | | add command '/log maxsize <int>' save maxsize value to config file when maxsize < 64 default value 1MB is used | |||||
* | Changed /who command to allow available and unavailable | James Booth | 2012-11-12 | 1 | -2/+46 | |
| | ||||||
* | Added /help list to list all commands | James Booth | 2012-11-11 | 1 | -3/+36 | |
| | ||||||
* | Shortened /sub "request" parameter to "req", and formatted help | James Booth | 2012-11-11 | 1 | -11/+11 | |
| | ||||||
* | rename _cmd_reset_who_completer | Dmitry Podgorny | 2012-11-11 | 1 | -3/+3 | |
| | ||||||
* | fix autocompletion for /sub command | Dmitry Podgorny | 2012-11-11 | 1 | -1/+23 | |
| | ||||||
* | add subscription support | Dmitry Podgorny | 2012-11-11 | 1 | -9/+44 | |
| | ||||||
* | Renamed params in jabber_join | James Booth | 2012-11-10 | 1 | -7/+7 | |
| | ||||||
* | Show error text if received | James Booth | 2012-11-10 | 1 | -0/+1 | |
| | ||||||
* | Tidy up leaving room | James Booth | 2012-11-10 | 1 | -1/+0 | |
| | ||||||
* | Fixed leaving chat room | James Booth | 2012-11-09 | 1 | -2/+2 | |
| | ||||||
* | Show delayed time on messages received whilst offline | James Booth | 2012-11-08 | 1 | -3/+3 | |
| | | | | Also do not show chat state notifications received whilst offline | |||||
* | Added help for chat rooms | James Booth | 2012-11-08 | 1 | -1/+4 | |
| | ||||||
* | Using /who in chat room shows room occupants | James Booth | 2012-11-08 | 1 | -35/+40 | |
| | ||||||
* | Leaving chat rooms on /close | James Booth | 2012-11-06 | 1 | -0/+4 | |
| | ||||||
* | Handle sending messages in groupchat | James Booth | 2012-11-05 | 1 | -1/+5 | |
| | ||||||
* | Handle room presence notifications | James Booth | 2012-11-05 | 1 | -1/+1 | |
| | ||||||
* | Removed debug when joining room | James Booth | 2012-11-04 | 1 | -1/+0 | |
| | ||||||
* | Added jabber_join for MUC | James Booth | 2012-11-04 | 1 | -0/+1 | |
| | ||||||
* | Basic /join command | James Booth | 2012-11-04 | 1 | -0/+54 | |
| | ||||||
* | Added a seperate option to enable outgoing typing notifications | James Booth | 2012-11-01 | 1 | -0/+23 | |
| | ||||||
* | Fixed invalid state transition from <active/> to <paused/> | James Booth | 2012-10-31 | 1 | -1/+1 | |
| | ||||||
* | Only send chat states when preference set | James Booth | 2012-10-31 | 1 | -6/+9 | |
| | ||||||
* | Added states preference to enable chat states | James Booth | 2012-10-31 | 1 | -0/+29 | |
| | ||||||
* | Send <gone/> when closing chat window | James Booth | 2012-10-31 | 1 | -1/+15 | |
| | ||||||
* | Load roster before sending presence | James Booth | 2012-10-28 | 1 | -20/+21 | |
| |